-
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
Hi,
v-can directive is not working for . If i use any other tag (Vue component or HTML) it works.
None of the combinations work:
<template v-can="'verb Subject'">
<template v-can="['verb', 'Subject']">
<template v-can:verb="'Subject'">
It does work if you use the helper:
<template v-if="$can('verb', 'Subject')">
Is this something that can be fixed or I'll just have to work around it?
Thank you. Awesome module!
Metadata
Metadata
Assignees
Labels
No labels