facexl / facexl.github.io

My learning record
http://www.xlcool.cn
3 stars 0 forks source link

all | 小浪博客 #1

Open facexl opened 5 years ago

facexl commented 5 years ago

https://facexl.github.io/category/all/1.html

肖浪的博客网站,由vuepress驱动,主要记录前端技术

newShower commented 5 years ago

vue插件怎么加监听

facexl commented 5 years ago

@newShower vue插件怎么加监听

// 监听 const unwatch = vm.$watch('a.b.c', function (newVal, oldVal) {

}) 取消监听 unwatch()