Skip to content

Commit a0d9a03

Browse files
committed
Update message to match example
1 parent 1f3841b commit a0d9a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/custom-directive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Vue.directive('demo', {
118118
var demo = new Vue({
119119
el: '#demo',
120120
data: {
121-
msg: 'world!'
121+
msg: 'hello!'
122122
}
123123
})
124124
</script>

0 commit comments

Comments
 (0)