Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit b5c8018

Browse files
Michael.KryvoruchkoMichael.Kryvoruchko
authored andcommitted
fix(demo): remove binding string to label tag
1 parent 77bc89b commit b5c8018

File tree

1 file changed

+1
-1
lines changed
  • packages/demo/src/components/UI/Radio

1 file changed

+1
-1
lines changed

packages/demo/src/components/UI/Radio/Radio.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<label v-bind="''">
3+
<label>
44
<input
55
type="radio"
66
:name="computedName"

0 commit comments

Comments
 (0)