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
I'm trying to access this.$gates.setRoles([...roles]) inside my pinia store, but I'm getting the error TypeError: Cannot read properties of undefined (reading 'setRoles')
Hello,
I'm trying to access
this.$gates.setRoles([...roles])
inside my pinia store, but I'm getting the errorTypeError: Cannot read properties of undefined (reading 'setRoles')
I've also tried with Vue.prototype.$gates, but that does not work either.
I've tried to import VueGates at the top, but that did not work either.
Documentation is really bare and should be improved.
The text was updated successfully, but these errors were encountered: