build-your-own-vuex icon indicating copy to clipboard operation
build-your-own-vuex copied to clipboard

精简vuex源代码,用最少的代码实现一个可以快速阅读的精简版vuex(争取总代码行数不超过100行)

Results 2 build-your-own-vuex issues
Sort by recently updated
recently updated
newest added

https://github.com/jackiewillen/build-your-own-vuex/blob/305d3ade3c16a3e0bd459bfd7ec8d698d1df20f2/my-own-vuex/src/myVuex/store.js#L53 ```js 这里应该是 return module._children[key]; ```

actions里面还有对异步进行操作吧/?