Skip to content

Commit d4a5a1b

Browse files
Alex-Sokolovkazupon
authored andcommitted
Fix custom-directive example (vuejs#764)
1 parent 9f239c1 commit d4a5a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/custom-directive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ new Vue({
115115
```
116116

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

0 commit comments

Comments
 (0)