-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compatible with Vuex-ORM v0.35.0 #9
Comments
Thanks for the report! Yea, we have to update this plugin... |
Any updates @cuebit ? 😃 |
@codegabru yea sorry, this has been on the back burner since Vuex ORM Next began its first journey. Re-writing the plugin is one thing, but knowing it will have to be refactored again with the next core release is somewhat inducing lethargy. I'll take a look this week, see what we can uncover. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 think the problem is the breaking change in Vuex-ORM 0.35:
The text was updated successfully, but these errors were encountered: