Layout config updated
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user