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"
|
:checked="currentValue"
|
||||||
:name="name"
|
:name="name"
|
||||||
@change="change"
|
@change="change"
|
||||||
|
@focus="$el.focus()"
|
||||||
>
|
>
|
||||||
</span><slot>{{ label }}</slot>
|
</span><slot>{{ label }}</slot>
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Add table
Reference in a new issue