-
Pinia is now recommended over VueX. It works with Vue2, so we could do it now, and I suspect it might make the transition to Vue3 easier. [Transition](https://pinia.vuejs.org/cookbook/migration-vuex.h…
-
```
client.js?06a0:84 Error: [vuex] do not mutate vuex store state outside mutation handlers.
at assert (vuex.esm.js?2f62:90)
at Vue.store._vm.$watch.deep (vuex.esm.js?2f62:793)
at Wat…
-
Gostaria de saber qual modelo de estrutura de diretórios vocês usam, o Vue por ser um fw e deixar isso ao modo que o DEV resolva o melhor para ele, é legal, mas quando falamos de uma equipe grande com…
-
When combined with a dynamic store registration as described by the vuex docs, the decorators fail as they try use the store before it exists.
-
- Create basic Vuex structure to allow team to perform query and updates to the firestore database.
-
Inside my vuex state management code; this.$toasted.show() is not working.
I am getting undefined
-
Current Initialization of Vuex plugin seems like not really compatible with Nuxt.
I was not able to implement it as the only file i can put plugin in Nuxt state is exporting `export const plugins` …
-
I know the docs briefly touch on setting the map to Vuex store;
```js
onMapLoaded(event) {
// in component
this.map = event.map;
// or just to store if you want have access from…
-
**Proposed Blog Title**
`Vuex Best Practices`
*Title slug**
`vuex-best-practices`
**Description**
-/-
-
I can't manage to make it work.
The main issue i think is with the `fieryState` "wrapper", etc.
Here's my code:
```ts
import { Module, VuexModule, Mutation, Action } from "vuex-module-decora…