Commit 99bb9f3d7e97a852a53fcf2e165111d919d8bac0

Authored by Graham Fairweather
1 parent 57fe5562

Fix focus

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/radio/radio.vue
... ... @@ -13,6 +13,7 @@
13 13 :checked="currentValue"
14 14 :name="name"
15 15 @change="change"
  16 + @focus="$el.focus()"
16 17 >
17 18 </span><slot>{{ label }}</slot>
18 19 </label>
... ...