fix props warning

pull/1478/head
Tuğçe Küçükoğlu 2021-08-25 10:07:37 +03:00
parent 023d7794ad
commit 6e61d66226
1 changed files with 1 additions and 1 deletions

View File

@ -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,