From 99bb9f3d7e97a852a53fcf2e165111d919d8bac0 Mon Sep 17 00:00:00 2001 From: Graham Fairweather Date: Fri, 19 Jan 2018 08:25:19 +0100 Subject: [PATCH] Fix focus --- src/components/radio/radio.vue | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/components/radio/radio.vue b/src/components/radio/radio.vue index 530053f..0a6af03 100644 --- a/src/components/radio/radio.vue +++ b/src/components/radio/radio.vue @@ -13,6 +13,7 @@ :checked="currentValue" :name="name" @change="change" + @focus="$el.focus()" > {{ label }} -- libgit2 0.21.4