yangangzhang

Results 4 issues of yangangzhang

![image](https://user-images.githubusercontent.com/20433039/82772274-4a1b0800-9e71-11ea-8238-ad0dabd30daa.png) windows系统,运行报错,发现是`package.json`中`name`命名不能有空格 ![image](https://user-images.githubusercontent.com/20433039/82772340-76368900-9e71-11ea-8dae-b528e15b2af4.png)

![1](https://user-images.githubusercontent.com/20433039/103497596-019ee080-4e7d-11eb-96a7-08a2118be007.gif) ![image](https://user-images.githubusercontent.com/20433039/103497767-71ad6680-4e7d-11eb-89de-618b591dc727.png)

楼主,您好,您的构造函数的作用域链打印出来是两个[[scopes]]是怎么打印的,为什么我打印只有一个? ![image](https://user-images.githubusercontent.com/20433039/84103264-20eba180-aa45-11ea-884b-79bedf26ee4c.png)

大佬您好,看您文章Vuex-API-数据获取中示例代码中,有一处 ```js getters: { total (state, getters, localState, localGetters) { // 可访问全局 state 和 getters,以及如果是在 modules 下面,可以访问到局部 state 和 局部 getters return state.a + state.b } } ``` 这个地方是不是写错了? 根据源码:...