fix README typo - omix

This commit is contained in:
Nowhy 2019-12-13 10:29:26 +08:00
parent ecb2e9c8b7
commit b186c13124
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ Page A 的 Page B 的 store 完全是两个不同的 store。
只要注入组件的 path 等于 use 里声明 或者在 use 里声明的其中 path 子节点下就会进行更新,以上只要命中一个条件便进行更新!
> 如果你的小程序真的很小,那么请无视上面的规则,直接把 store 的 updateAll 声明为 true 便可。如果小程序页面很多很复杂,为了更优的性能,请给每一个页面或非组件声明 `use`
> 如果你的小程序真的很小,那么请无视上面的规则,直接把 store 的 updateAll 声明为 true 便可。如果小程序页面很多很复杂,为了更优的性能,请给每一个页面或非组件声明 `use`
## 贪吃蛇游戏实战