vue-simple-acl
vue-simple-acl copied to clipboard
A simple unopinionated Vue plugin for managing user roles and permissions, access-control list (ACL) and role-based access control (RBAC).
Well, I am having a great time using this, my request is, could you include a super-admin role option, by default false? The role would override every permission. Currently, I...
First of all thank you for making this package, it has been a great help in organizing permissions. I am using version `2.0.2` I've noticed that using the `.disable` modifier...
Would love to use it in a Nuxt 3 application but can't when the HMR is broken and really slows me down. There are no errors, but seeing my DOM...
Hi I am using with Vuejs3 setup when I wanna use like this in **component** ``` acl.permission('update-post',post_id) ``` it doesn't work properly **acl.js** ``` setRule('update-post', (user,post_id) =>{ console.log('post_id',post_id); return true...
Tiny typo...
Hi, i read the doc and i tried the playground but i'm not understanding the difference between v-role and v-permission. It seems they work in the same way. Both need...
Hi, for us the mounted was called at the wrong time so i changed it to inserted. I also removed the elements instead of not displaying them. Would really appreciate...
Hi, I'm using $can in component and I'm getting this error _Property '$can' does not exist on type '{ $: ComponentInternalInstance; $data: {} ...._ **package.json** ` { "name": "", "version":...
1. Incorrect router import statment updated  2. Example added for Pinia  