Skip to content

Commit

Permalink
Update template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
danvitu authored May 6, 2024
1 parent 7939453 commit 52c6716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/src/form-bindings/App/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>Множественный чекбокс</h2>
<label for="mike">Майк</label>
<p>Выбранные имена: <pre>{{ checkedNames }}</pre></p>

<h2>Радиобатон</h2>
<h2>Радиокнопка</h2>
<input type="radio" id="one" value="Один" v-model="picked">
<label for="one">Один</label>
<br>
Expand Down

0 comments on commit 52c6716

Please sign in to comment.