mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update RowCheckbox.vue
This commit is contained in:
parent
d2a04970b8
commit
9db3091921
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
@focus="onFocus($event)"
|
||||
@blur="onBlur($event)"
|
||||
@keydown="onKeydown"
|
||||
v-bind="ptm('hiddenInput')"
|
||||
v-bind="getColumnPTOptions('hiddenInput')"
|
||||
/>
|
||||
</div>
|
||||
<div ref="box" :class="['p-checkbox-box p-component', { 'p-highlight': checked, 'p-disabled': $attrs.disabled, 'p-focus': focused }]" v-bind="getColumnPTOptions('checkbox')">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue