vue-gates icon indicating copy to clipboard operation
vue-gates copied to clipboard

You must specify a value in the directive. - is it possible to be able to pass empty v-permission ?

Open m7salam opened this issue 3 years ago • 1 comments

I have a situation that I need to pass empty permission

but I keep getting the console.error You must specify a value in the directive.

so is this a must or this would be just a warning and is there a way to make the warning disappear ?

thanks

m7salam avatar Nov 10 '21 16:11 m7salam

it's just a warning, not an error. You can use v-permission with an empty value.

hungnm1518 avatar Jan 12 '23 16:01 hungnm1518