Merge pull request #3527 from primefaces/issue-3524

Sidebar: non-props attributes issue
pull/3539/head
Tuğçe Küçükoğlu 2023-01-12 15:29:34 +03:00 committed by GitHub
commit 65fbb3f6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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