victorybiz / vue-simple-acl

A simple unopinionated Vue plugin for managing user roles and permissions, access-control list (ACL) and role-based access control (RBAC).
https://github.com/victorybiz/vue-simple-acl
131 stars 24 forks source link

Difference between v-role and v-permission #20

Open BossHogg97 opened 1 year ago

BossHogg97 commented 1 year ago

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 a definite rule. So what's the difference?

Thank you