Skip to content

Commit

Permalink
Merge pull request #427 from danvitu/patch-1
Browse files Browse the repository at this point in the history
Update template.html
  • Loading branch information
Ibochkarev authored May 7, 2024
2 parents 7939453 + 52c6716 commit 13dce3d
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

1 comment on commit 13dce3d

@vercel
Copy link

@vercel vercel bot commented on 13dce3d May 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.