other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
99bb9f3d7e97a852a53fcf2e165111d919d8bac0
Authored by
Graham Fairweather
2018-01-19 08:25:19 +0100
1 parent
57fe5562
Fix focus
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/components/radio/radio.vue
Inline
Side-by-side
src/components/radio/radio.vue
Wrap text
Show/Hide comments
View file @
99bb9f3
...
...
@@ -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>
...
...