[Vuejs]-How to efficiently render content based on user permission? (Using permission based access control)

1👍

After some googling I found this lib, which looks promising. In nutshell, it basically lets you define all the permissions for current role in single file without code duplication. It also has a vue integration.

0👍

Leave a comment