8000 Fix conjunction by kyanny · Pull Request #192 · vuejs/jp.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content

Fix conjunction #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix conjunction
Original sentence is `use capture mode when adding the event listener`.
  • Loading branch information
kyanny authored Nov 11, 2016
commit ab609c31528b34ef8f27a9026b503e8c0bef3385
2 changes: 1 addition & 1 deletion src/guide/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ methods: {
1.0.16 で、2つの追加の修飾子が導入されています:

``` html
<!-- イベントリストな追加するときにキャプチャモードを使用します -->
<!-- イベントリストを追加するときにキャプチャモードを使用します -->
<div v-on:click.capture="doThis">...</div>

<!-- event.target が要素それ自身の場合だけハンドラをトリガします -->
Expand Down
0