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