Skip to content

Commit 5f80a7a

Browse files
committed
docs(v-model): remove note from template-syntax.md
1 parent 3446976 commit 5f80a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/guide/essentials/template-syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If the attribute has the same name with the JavaScript value being bound, the sy
8282
<input v-model:foo>
8383
```
8484

85-
This works similarly to JavaScript’s object property shorthand and helps keep templates concise. Note `v-model` without an argument or bound expression (e.g., `<input v-model>`) is still invalid.
85+
This works similarly to JavaScript’s object property shorthand and helps keep templates concise.
8686

8787
### Boolean Attributes {#boolean-attributes}
8888

0 commit comments

Comments
 (0)