Skip to content

Commit 9f239c1

Browse files
committed
update custom directive example for clarity
1 parent 0ebf18c commit 9f239c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/custom-directive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Directive hooks are passed these arguments:
8989
An example of a custom directive using some of these properties:
9090

9191
``` html
92-
<div id="hook-arguments-example" v-demo:hello.a.b="message"></div>
92+
<div id="hook-arguments-example" v-demo:foo.a.b="message"></div>
9393
```
9494

9595
``` js

0 commit comments

Comments
 (0)