shuimupj

Results 3 issues of shuimupj

- [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 3.3.0-beta.2 ### Environment chrome ### Reproduction link [https://www.antdv.com/components/tree-cn#components-tree-demo-draggable](https://www.antdv.com/components/tree-cn#components-tree-demo-draggable) ###...

原生小程序没有状态管理 (Vuex和Redux),只有一个globalData,很多页面共享的数据的都是存在globalData中的,但因为接口请求的异步,会导致globalData的数据会在页面加载完毕之后才有,所以请问一下watch的监听可以兼容监听app.globalData的变化嘛?🙏

参考Page的写法在app.js中使用,会报TypeError: r.setData is not a function; 同时app.js中没有onUnload如何调用destroyStoreBindings()?