Fix focus

This commit is contained in:
Graham Fairweather 2018-01-19 08:25:19 +01:00
parent 57fe55624e
commit 99bb9f3d7e

View file

@ -13,6 +13,7 @@
:checked="currentValue"
:name="name"
@change="change"
@focus="$el.focus()"
>
</span><slot>{{ label }}</slot>
</label>