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
Those getters like a crap. If you need something like Model.allDirty() - do not use them, and forgot about it existence.
Better to make base class wth allDirty static method and extends from it.
Something like
I've tried using
let results = this.$store.getters['entities/allDirty']();
, however I getstore.$db is not a function
error, what could be wrong?"@vuex-orm/core": "0.36.1",
"@vuex-orm/plugin-change-flags": "^1.2.3",
The text was updated successfully, but these errors were encountered: