🔒 A Vue.js & Nuxt.js plugin that allows you to use roles and permissions in your components or DOM elements, also compatible as middleware and methods.
If we have two permissions that partially contains same string but they totally different permissions the package cant differentiate between them, For example: we have :
v-permission="'admin.dashboard.overview.ranking-data.no-of-visits'"
and
v-permission="'admin.dashboard.overview.ranking-data.no-of-visits-per-customer'"
These two permissions sounds the same to the Vue-Gates.
If we have two permissions that partially contains same string but they totally different permissions the package cant differentiate between them, For example: we have :
v-permission="'admin.dashboard.overview.ranking-data.no-of-visits'"
andv-permission="'admin.dashboard.overview.ranking-data.no-of-visits-per-customer'"
These two permissions sounds the same to the Vue-Gates.