Skip to content

Commit

Permalink
docs(forms): capitalize title (#3131)
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 authored Jan 1, 2025
1 parent a10d1cc commit 52797e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ In addition, `v-model` can be used on inputs of different types, `<textarea>`, a
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`.
:::

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

```vue-html
<span>Multiline message is:</span>
Expand Down

0 comments on commit 52797e0

Please sign in to comment.