You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be sure to disable `useDefineForClassFields` when using `[email protected]+` else `vuex-orm` won't work anymore ! [#4636](https://github.com/vitejs/vite/issues/4636)
6
-
7
-
`tsconfig.json`
8
-
```json
9
-
...
10
-
"useDefineForClassFields": false,
11
-
...
12
-
```
13
-
14
3
## Status: Draft
15
4
16
5
This repo is for the next iteration of Vuex ORM. It’s in an active development state and we are hoping it is going to be the foundation of the version 1.0.0 release. Any and all feedback is welcome!
0 commit comments