vue-simple-acl icon indicating copy to clipboard operation
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).

Results 11 vue-simple-acl issues
Sort by recently updated
recently updated
newest added

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...

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 ![image](https://user-images.githubusercontent.com/34437801/234250451-49231752-3b63-4908-86e7-1727f33207b3.png) 2. Example added for Pinia ![image](https://user-images.githubusercontent.com/34437801/234250573-d689eebf-9b9e-4ad4-8b4a-71a19451c686.png) ![image](https://user-images.githubusercontent.com/34437801/234250627-ca390116-8c38-475f-9975-f2b827435944.png)