Refactor #4024 - For InputSwitch

pull/4030/head
Tuğçe Küçükoğlu 2023-06-05 13:23:17 +03:00
parent 6ed39be396
commit 671b3d3a20
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@
:aria-label="ariaLabel"
@focus="onFocus($event)"
@blur="onBlur($event)"
v-bind="ptm('hiddenInput')"
v-bind="{ ...inputProps, ...ptm('hiddenInput') }"
/>
</div>
<span :class="cx('slider')" v-bind="{ ...inputProps, ...ptm('slider') }"></span>
<span :class="cx('slider')" v-bind="ptm('slider')"></span>
</div>
</template>