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

role or permission not working in vuetify

peterramsis opened this issue · comments

role or permission not working in vuetify

<template v-slot:activator="{ on, attrs }"> <v-btn color="primary" dark class="mb-2" v-bind="attrs" v-on="on" v-permission="'add users'" > New Item </v-btn> </template>
if I write in out template like this working fine

<v-btn color="primary" dark class="mb-2" v-bind="attrs" v-on="on" v-permission="'add users'" > New Item </v-btn>