You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/essentials/template-syntax.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ If the attribute has the same name with the JavaScript value being bound, the sy
82
82
<input v-model:foo>
83
83
```
84
84
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.
0 commit comments