fix props warning
parent
023d7794ad
commit
6e61d66226
|
@ -15,7 +15,7 @@ import {ObjectUtils} from 'primevue/utils';
|
|||
export default {
|
||||
name: 'Checkbox',
|
||||
inheritAttrs: false,
|
||||
emits: ['click', 'update:modelValue', 'change'],
|
||||
emits: ['click', 'update:modelValue', 'change', 'input', 'focus', 'blur'],
|
||||
props: {
|
||||
value: null,
|
||||
modelValue: null,
|
||||
|
|
Loading…
Reference in New Issue