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.
https://williamcruzme.github.io/vue-gates/
MIT License
264 stars 31 forks source link

v-permission not working well #28

Closed pintukalasva closed 3 years ago

pintukalasva commented 3 years ago

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

williamcruzme commented 3 years ago

You're right! Fixing...

biholaindrasinh commented 3 years ago

No, I make custom role permission.

williamcruzme commented 3 years ago

Hey @pintukalasva @biholaindrasinh, fixed!

https://github.com/williamcruzme/vue-gates/releases/tag/v2.1.2

DarthSmirnov commented 2 years ago

@williamcruzme Hi. Bug still reproduced