Skip to content

Commit fe10634

Browse files
committed
refactor(example): use 'v-role" to illustrate its use
1 parent 710bf49 commit fe10634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/pages/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<section v-can:admin>
3+
<section v-role:admin>
44
<h2>Admin commands</h2>
55
<p>
66
Here would be some admin commands. Note: `vue-browser-acl` is only a

0 commit comments

Comments
 (0)