mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #4024 - For InputSwitch
This commit is contained in:
parent
6ed39be396
commit
671b3d3a20
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue