Skip to content

Commit

Permalink
Update syntax section (vuejs#364)
Browse files Browse the repository at this point in the history
* pick up from commit

NOTE:
  ref: vuejs@8f55bb0

* translate prev commit
  • Loading branch information
kazupon authored and re-fort committed Oct 1, 2017
1 parent e720c8b commit a598d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/guide/syntax.md
Expand Up @@ -115,7 +115,7 @@ Mustache は、HTML 属性の内部で使用することはできません。代
<form v-on:submit.prevent="onSubmit"></form>
```

この後、`v-on``v-model` を詳しく見ていく中で、さらに多くの修飾子が登場します
これらの機能を調べるとき、この後、[`v-on`](https://jp.vuejs.org/v2/guide/events.html#イベント修飾子)[`v-model`](https://jp.vuejs.org/v2/guide/forms.html#修飾子)については、修飾子の他の例を見るでしょう

## 省略記法

Expand Down

0 comments on commit a598d06

Please sign in to comment.