Sidebar non-props attributes issue fixed
parent
358fe257b9
commit
e03cccfe91
|
@ -28,6 +28,7 @@ import { DomHandler, ZIndexUtils } from 'primevue/utils';
|
|||
|
||||
export default {
|
||||
name: 'Sidebar',
|
||||
inheritAttrs: false,
|
||||
emits: ['update:visible', 'show', 'hide'],
|
||||
props: {
|
||||
visible: {
|
||||
|
|
Loading…
Reference in New Issue