微信小程序使用观察和计算。
在微信小程序里使用 watch 和 computed 使用方法 const { watch, computed } = require('../vuefy.js') computed(this, { test2: function() { return this.data.test.a + '2222222' }, test3: function() { return this.data.test.a + '3333333' } }) watch(this, { test: function(newVal) { console.log('invok
下载地址
用户评论