-
Hello
Feature code for auto register models on VuexORM.Database
support register with vuex module
When you would like create the vuex module
define **Vuex** after your model class name
**…
-
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
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…
-
We are using vuex4 and vue3 and just moved from @vuex-orm/core 0.36.4 to the 1.0.0-draft.16 version and getting this error when trying to register model with Database.register method.
The old @vu…
-
I saw this from the documentation - the plugin does know of the schema of the grapheQL server.
https://vuex-orm.github.io/plugin-graphql/guide/faq.html#does-vuex-orm-graphql-know-my-graphql-schema
…
-
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…
-
When I get data from the server all ObjectId cuts because of this method.
For example "6018b21ff77a7f08047de270" become "6018"
And `id: this.string()` in vuex-orm models doesn't help!
https://git…
-
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…
-
Mutators can be called on the same data multiple times, making them unsuitable for operations that are not idempotent, such as mathematical calculations. The following is a basic reproducer:
```
c…
-
Hi,
I opened an issue at the axios-plugin-repo. After 3 Days there is still no answer. Sorry for the duplicated issue, but I am in hurry.
> Hi,
tried to load data with async fetch await with nu…