-
Hello, and thatnks for that package.
There is a comment on persistence.
https://github.com/gertqin/vuex-class-modules/issues/24
State persisted only before the page reloaded.
After that, it th…
-
**Describe the bug**
I tried to create my own Modal component using OfficeLayer. It seems that Vuex $store is not "pushed" to the components inside OfficeLayer slot.
**To Reproduce**
1. Use the O…
-
While testing project in vue js with jest. My code coverage was more than 90% before code converting into vuex but after converting code into vuex I got the following errors. help me for solving that …
-
Plan to upgrade to vue3:
We already have a playground for vue3 in #4456
But that we also make some steps in the direction of vue3, here my proposal for a plan.
- [x] 1. Add eslint rules for vu…
-
Hello, when i'm trying to use the store I have this error
proxy.js?fe19:354 Uncaught (in promise) TypeError: commit is not a function
here my code
```
import { action, createModule, mutation…
-
Currently, when registering classes (components, systems, subcomponents, etc.) you specify a string ID. This makes it difficult to write modular code. For example, say you have one plugin that registe…
-
### Note
All possible trials to use vuex decorators will be recorded on here.
### Approach 1 (crashes with nuxt [ Reference Error: Cannot access 'store' before initialization ])
`@/store/index.ts…
-
## The dependency [vuex](https://github.com/vuejs/vuex) was updated from `3.0.1` to `3.1.0`.
🚨 [View failing branch](https://github.com/hamidraza/zcui-vue/compare/master...hamidraza:greenkeeper%2Fvu…
-
Is it possible to create dynamic modules extended from some parent module?
I tried it that way:
My ```parent-module.ts```:
```
import {Action, getModule, Module, Mutation, VuexModule} from 'vuex…
-
```
'use strict';
// https://github.com/championswimmer/vuex-persist#readme
import createPersistedState from 'vuex-persistedstate';
import SecureLS from 'secure-ls';
const encryptedLocalStora…