wxappStore icon indicating copy to clipboard operation
wxappStore copied to clipboard

微信小程序全局状态管理,并提供Vuex的开发体验

Results 4 wxappStore issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/28182882/57581966-c86c6c80-74f1-11e9-96cc-f9fbbc16bbe1.png) 然后将onload里store的绑定放在options.onload后,从而在watch里可以获取onload里的初始化设置。 ![image](https://user-images.githubusercontent.com/28182882/57581990-11bcbc00-74f2-11e9-95b7-5b3e0b3f0d0c.png)

getGlobalData在组件内才能获取 如果另外一个页面要如何获取?

我想请教一下 多个页面不通过组件的方式怎么读取同一个全局状态?