您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

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

  2. 在微信小程序里使用 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, {
  3. 所属分类:其它