williamcruzme / vue-gates

🔒 A Vue.js & Nuxt.js plugin that allows you to use roles and permissions in your components or DOM elements, also compatible as middleware and methods.

Home Page:https://williamcruzme.github.io/vue-gates/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v-permission not working well

pintukalasva opened this issue · comments

I have dashboard permission.
console.log(this.$gates.hasPermission('dashboard1')) it's show true.

You're right! Fixing...

No, I make custom role permission.

@williamcruzme Hi. Bug still reproduced