-
This one's weird :/
```
vuex.esm.js:96 Uncaught Error: [vuex] must call Vue.use(Vuex) before creating a store instance.
at assert (vuex.esm.js:96)
at new Store (vuex.esm.js:243)
at Ob…
-
Is it possible to add support for vuex? For example, being able to hyperclick on `this.method()` where `method` has been imported via `mapActions(['method'])`.
-
您好,在node中(base-node.vue)引用vuex时报错,是否现在不支持vuex?
`import {
mapState
} from 'vuex'`
![Snip20210804_2](https://user-images.githubusercontent.com/23135336/128149334-408b6733-c462-4df6-beb5-d9abaa0081…
-
-
#6 の結論からvuexを使うことになったので、その導入をドキュメント化します。
-
Hi There
I have a project on vue2 feathers-vuex code
want to migrate it to vue3 and feathers-pinia
I followed guide
but can't find a way to implement it on feathers-pinia
```
mounted(){
…
-
hello, I have several projects in which they will read the store for other projects, but those outside the project give me immense errors in translation.
in the main project the translation works a…
-
Hi!
Since Nuxt 2 already warning us about deprecating [classic way](https://nuxtjs.org/guide/vuex-store#activate-the-store) of doing Vuex, so my question is:
how to make neat `store.set('foo/bar')…
-
Hi,
I've just been experimenting with Vuex and a jsonapi API and, having played around a bit with how I might model this, found this project, which quite closely aligns to what I was planning to im…
-
Is it possible to access the vuex store from within a function passed onto a worker ?