You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: