-
Hi,
I'm using [`vuex-persistedstate`](https://github.com/robinvdvleuten/vuex-persistedstate) and `vuex-orm` with `nuxt`.
Also I have some vuex store data outside of `vuex-orm` created manually (…
-
-
```js
//store.js
import Vue from 'vue';
import Vuex from 'vuex';
import { createSharedMutations } from 'vuex-electron';
import AddresseStore from './Address.store';
Vue.use(Vuex);
export defaul…
-
Just reviewing how to use Vuex's `strict` mode for debugging state changes (https://vuex.vuejs.org/guide/strict.html) that are happening outside of mutations, and is it possible that the library doesn…
-
入口enter.js代码
```
const App = require('@/index.vue');
import api from '@/apis/index.js';
import store from './store';
import nInput from '@/components/n-input.vue';
const router = require('./ro…
-
Hi. I simultaneously usage vuex-multi-tab-state and vuex-persistedstate.
Both usage localstorage.
Does vuex-multi-tab-state completely replace vuex-persistedstate functionality?
- If yes then I …
-
i am use nuxtjs version 2.9
when get value from vuex , it's get null , but it's have not empty;
![image](https://user-images.githubusercontent.com/1888094/65657564-8da94200-e056-11e9-8042-32071df…
-
I am using nuxtjs with typescript and use vuex-module-decorators. but I get error when add `@nuxtjs/auth` to my project.
> ERR_STORE_NOT_PROVIDED: To use getModule(), either the module
> should be…
-
I've spent a disproportionate amount of time trying to set this up.
The problem I have is that the nuxt example is actually more like slapping nuxt on top of the vuex example.
Nuxt takes care of…
-
I try install the boilerplate when I register an account, it works fine, a new user stored in mongodb.
But when I try to login again, It's error
Uncaught Error: [vuex] actions should be function …