Skip to content

Commit 2644e02

Browse files
Sanford284chrisvfritz
authored andcommitted
Update forms.md (#1145)
add a '/' of a end <div>
1 parent d5572db commit 2644e02

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
@@ -99,7 +99,7 @@ Multiple checkboxes, bound to the same Array:
9999
<label for="mike">Mike</label>
100100
<br>
101101
<span>Checked names: {{ checkedNames }}</span>
102-
<div>
102+
</div>
103103
```
104104

105105
``` js

0 commit comments

Comments
 (0)