Remove ref
This commit is contained in:
parent
98a755be21
commit
2191fc5add
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<label :class="wrapClasses">
|
<label :class="wrapClasses">
|
||||||
<span :class="checkboxClasses">
|
<span :class="checkboxClasses">
|
||||||
<span :class="innerClasses" ref="inner"></span>
|
<span :class="innerClasses"></span>
|
||||||
<input
|
<input
|
||||||
v-if="group"
|
v-if="group"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
|
Loading…
Add table
Reference in a new issue