-
**Describe the bug**
As soon as I import vuex-pathify anywhere I see this warning in the console, always four times in a row:
```
warning in ./node_modules/vue-class-component/dist/vue-class-co…
skmbr updated
3 years ago
-
Create nuxt project and add vuex-presist
> store/index.js
```
import Vue from 'vue';
export const state = () => ({
preview: {},
templateR: false
})
export const mutations = {
…
-
this is the test suit
```
import { mount, createLocalVue } from '@vue/test-utils'
import Vuetify from 'vuetify'
import Vuex from 'vuex'
import ChainsSwiper from '@/components/ligandability/Chains…
-
I have a simple module:
```typescript
import { Module, VuexModule, Mutation, Action, MutationAction } from 'vuex-module-decorators'
import { User } from '../models'
@Module({namespaced: false, n…
garyo updated
3 years ago
-
I would like to write a unit test with the async action such as:
**File navigation.spec.js:**
`import Vue from 'vue'
import Vuex from 'vuex'
import Vuetify from 'vuetify'
import vueLoading from '…
-
Using vuex-class-component with typescript I get an error trying to dispatch an action and commiting an event the way it is described in the docs:
Code:
`this._vm.$socket.client.emit('SomeEvent'…
-
First of all, thanks for this amazing project. :)
Secondly... yes... I searched a lot and I tried to solve my problem with the docs:
- https://vuex-orm.org/guide/data/inserting-and-updating.html#upd…
-
I'm trying to use a custom .scss file to overwrite some default coloring and such. I've followed the guide on the [docs website](https://element.eleme.io/#/en-US/component/custom-theme#update-scss-var…
-
I am having issues with MutationAction
I was making use of action then I saw there was a better way to do both at the same time.
`import { Module, VuexModule, MutationAction } from "vuex-module-de…
-
With ui-pager with 4 or more pages set, an error will occur if you move to the 4th page.
This only happens on iOS, not Android.
```
page1 mounted
page2 mounted
page3 mounted
page1 dest…