Skip to content

Commit 12ad5b5

Browse files
Alex-Sokolovkazupon
authored andcommitted
Fix custom-directive example (#764)
1 parent 81e4767 commit 12ad5b5

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
@@ -116,7 +116,7 @@ new Vue({
116116
```
117117

118118
{% raw %}
119-
<div id="hook-arguments-example" v-demo:hello.a.b="message" class="demo"></div>
119+
<div id="hook-arguments-example" v-demo:foo.a.b="message" class="demo"></div>
120120
<script>
121121
Vue.directive('demo', {
122122
bind: function (el, binding, vnode) {

0 commit comments

Comments
 (0)