vue Vue中的watch+computed随记 watch watch: { temp_list:{ handler(newName, oldName) { //特别注意,不能用箭头函数,箭头函数,this指向全局 console.log('深度监... 05月25日788vue评论 阅读全文