mobx-miniprogram-bindings
mobx-miniprogram-bindings copied to clipboard
小程序的 MobX 绑定辅助库
Results
32
mobx-miniprogram-bindings issues
Sort by
recently updated
recently updated
newest added
这是代码片段 https://developers.weixin.qq.com/s/nO8A6CmS7tYw
我的页面storeBindings绑定单个store的时候页面ts类型提示都是正常的,现在的业务场景需要绑定多个store,把storeBindings改成了用数组的方法绑定,但是页面store相关的ts都飘红了。