1. 首页
  2. 数据库
  3. 其它
  4. 微信小程序使用观察和计算。

微信小程序使用观察和计算。

上传者: 2021-02-01 08:23:34上传 ZIP文件 5.08KB 热度 9次
在微信小程序里使用 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
用户评论