Skip to content

Commit a805f9a

Browse files
authored
Remove extra space (#2462)
1 parent 83f3056 commit a805f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ By default, `v-model` syncs the input with the data after each `input` event (wi
362362

363363
``` html
364364
<!-- synced after "change" instead of "input" -->
365-
<input v-model.lazy="msg" >
365+
<input v-model.lazy="msg">
366366
```
367367

368368
### `.number`

0 commit comments

Comments
 (0)