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

fixed with vue 2.7 and really removed elements #18

Open maxiwolleb opened 1 year ago

maxiwolleb commented 1 year ago

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 if you could merge my changes.