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" :checked="currentValue"
:name="name" :name="name"
@change="change" @change="change"
@focus="$el.focus()"
> >
</span><slot>{{ label }}</slot> </span><slot>{{ label }}</slot>
</label> </label>