Fix focus
This commit is contained in:
parent
57fe55624e
commit
99bb9f3d7e
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
:checked="currentValue"
|
||||
:name="name"
|
||||
@change="change"
|
||||
@focus="$el.focus()"
|
||||
>
|
||||
</span><slot>{{ label }}</slot>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Reference in a new issue