Skip to content

Commit

Permalink
Update forms.md (#1145)
Browse files Browse the repository at this point in the history
add a '/' of a end <div>
  • Loading branch information
Sanford284 authored and chrisvfritz committed Sep 27, 2017
1 parent d5572db commit 2644e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/guide/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Multiple checkboxes, bound to the same Array:
<label for="mike">Mike</label>
<br>
<span>Checked names: {{ checkedNames }}</span>
<div>
</div>
```

``` js
Expand Down

0 comments on commit 2644e02

Please sign in to comment.