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
76b2f0324584d3fd8ea506c4f6ec809ca646953c
Authored by
Xotic750
2018-01-21 01:22:22 +0100
1 parent
ebba9297
Remove refs
Showing
1 changed file
with
2 additions
and
2 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 @
76b2f03
1
1
<template>
2
- <label :class="wrapClasses"
ref="label"
>
2
+ <label :class="wrapClasses"
>
3
3
<span :class="radioClasses">
4
- <span :class="innerClasses"
ref="inner"
></span>
4
+ <span :class="innerClasses"
></span>
5
5
<input
6
6
type="radio"
7
7
:class="inputClasses"
...
...