docs: update readme

This commit is contained in:
dntzhang 2019-10-23 09:29:36 +08:00
parent ba8b14eb14
commit 4af9ffa3fb
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ export default {
canIUse: wx.canIUse('button.open-type.getUserInfo'),
logs: []
},
debug: true, //我是开关
debug: true, //调试开关,打开可以在 console 面板查看到 store 变化的 log
updateAll: true //当为 true 时,无脑全部更新,组件或页面不需要声明 use
}
```