Skip to content

Commit dbbb833

Browse files
authored
docs: provide comma (#3254)
1 parent c80de28 commit dbbb833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In addition, `v-model` can be used on inputs of different types, `<textarea>`, a
7474

7575
<span id="vmodel-ime-tip"></span>
7676
::: tip Note
77-
For languages that require an [IME](https://en.wikipedia.org/wiki/Input_method) (Chinese, Japanese, Korean etc.), you'll notice that `v-model` doesn't get updated during IME composition. If you want to respond to these updates as well, use your own `input` event listener and `value` binding instead of using `v-model`.
77+
For languages that require an [IME](https://en.wikipedia.org/wiki/Input_method) (Chinese, Japanese, Korean, etc.), you'll notice that `v-model` doesn't get updated during IME composition. If you want to respond to these updates as well, use your own `input` event listener and `value` binding instead of using `v-model`.
7878
:::
7979

8080
### Multiline Text {#multiline-text}

0 commit comments

Comments
 (0)