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