Skip to content

Commit d7e7fcc

Browse files
yyx990803kazupon
authored andcommitted
fix code example (close vuejs#173)
1 parent 1c635df commit d7e7fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ var parent = new Vue({
391391
// イベントのコールバックでの `this` は
392392
// それが登録されたとき、自動的にインスタンスに結びつけます
393393
this.messages.push(msg)
394-
})
394+
}
395395
}
396396
})
397397
```

0 commit comments

Comments
 (0)