Sidebar non-props attributes issue fixed

pull/3527/head
Bahadır Sofuoğlu 2023-01-12 14:46:46 +03:00
parent 358fe257b9
commit e03cccfe91
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import { DomHandler, ZIndexUtils } from 'primevue/utils';
export default { export default {
name: 'Sidebar', name: 'Sidebar',
inheritAttrs: false,
emits: ['update:visible', 'show', 'hide'], emits: ['update:visible', 'show', 'hide'],
props: { props: {
visible: { visible: {