Layout config updated

This commit is contained in:
tugcekucukoglu
2024-03-11 17:20:41 +03:00
parent 44f689cfea
commit 04ed9999ca
4 changed files with 363 additions and 260 deletions

View File

@@ -27,8 +27,7 @@ const containerClass = computed(() => {
'layout-static-inactive': layoutState.staticMenuDesktopInactive.value && layoutConfig.menuMode.value === 'static',
'layout-overlay-active': layoutState.overlayMenuActive.value,
'layout-mobile-active': layoutState.staticMenuMobileActive.value,
'p-input-filled': layoutConfig.inputStyle.value === 'filled',
'p-ripple-disabled': !layoutConfig.ripple.value
'p-ripple-disabled': layoutConfig.ripple.value === false
};
});
const bindOutsideClickListener = () => {