-
I want to use vuex-orm in vuex module,can i unregister vuex-orm when router change?
```js
plugins: [(store) => {
store.subscribe((mutation, state) => {
if (mutation.type === 'route/ROU…
-
#### Describe the bug
Getting `TypeError: Cannot read properties of undefined (reading 'dispatch')` issue when running mock api test in Nuxt using [testing library](https://testing-library.com/docs…
-
#### Describe the bug
When I insert a date through Vuex-ORM, the date is stored as empty object instead of a Date object (see below), however when I insert a date through Vuex directly its stored c…
-
Hello 👋
vuex-orm and this plugin look great! Thanks for building it. However, I'm having a lot of trouble setting it up locally.
I'm using:
- "vue": "^3.0.5",
- "vuex": "^3.6.2",
- "@vuex-or…
-
vuex-orm を使ってモデルにしちゃうぞ
- 紹介記事: https://qiita.com/kiaking/items/bcd5360fb3106cf22a81
- リファレンス: https://vuex-orm.github.io/vuex-orm/
-
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 (…
-
After an update to the latest Vuex-ORM version this plugin is unfortunately broken.
For example, when I call 'entities/allDirty' or 'resetAllDirtyFlags', I get an error: **store.$db is not a function…
-
I dont know why I cant persist and object... I got:
fetch, push and destroy works well.
```
vuex-orm-graphql.es5.js?8eb2:1 Uncaught (in promise) TypeError: Cannot convert undefined or null to ob…
-
#### Describe the bug
cannot install this plugin because it depends on an older version
#### Steps to reproduce the bug
`npm i @vuex-orm/plugin-axios-next`
#### Expected behavior
instal…
-
#### Describe the bug
Using typescript 4.3.x results in undefined field values after creating, inserting or dispatching data to a model
#### Steps to reproduce the bug
1. Checkout the TS exam…