-
### Version
2.6.11
### Reproduction link
[https://github.com/dxvladislavvolkov/vue-eventbus](https://github.com/dxvladislavvolkov/vue-eventbus)
### Steps to reproduce
1. Clone the…
-
I currently have a performance issue while adding data to a Vuex ORM model in a loop. Each time I add a new entry to the Vuex ORM model, the reactivity forces the attached Vue components to re-render.…
-
如何批量使用Vuex的state状态?
[3+1官网](http://www.h-camel.com/index.html)
[我也要出题](http://www.h-camel.com/contribution.html)
-
开启严格模式会控制台报两个错,一直不知道怎么调试定位具体问题;
另外,store的app在对visitedViews进行push时,也报错,好像是堆栈溢出。
const store = new Vuex.Store({
**strict:true,**
modules: {
app,
user,
permission
},
getters
…
lerit updated
3 years ago
-
Hey guys,I have the same problem with this. https://github.com/SimulatedGREG/electron-vue/issues/758
The documentation is still not clear enough, such as the parameters in the whitelist are too gen…
-
-
Dont know why is throwing me this exception on browser console
I am using this packages:
```
"nuxt": "^2.15.8",
"nuxt-vuex-localstorage": "^1.3.0",
```
-
I couldn't find anything on google, so is this conveniently possible? Basically the bummer for me is that I have to call `dispatch`/`commit` with a given identifier string to trigger something.
My…
-
[vue] 请求数据是写在组件的methods中还是在vuex的action中?
-
arghh.. I am too dumb, to even install vuex-easy-firestore with the installation setup guide. Why not create a jsfiddle, where I could look at the example live and test it. That would be very useful.