Sidebar non-props attributes issue fixed
parent
358fe257b9
commit
e03cccfe91
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue