fix: drawer header is missing (#4846)

This commit is contained in:
Vben
2024-11-09 20:00:09 +08:00
committed by GitHub
parent 26bec4222f
commit 5e44aa9283
12 changed files with 282 additions and 62 deletions

View File

@@ -37,7 +37,7 @@
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "catalog:",
"default-passive-events": "^2.0.0",
"default-passive-events": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
}

View File

@@ -29,6 +29,8 @@ import {
} from './menu';
import { LayoutTabbar } from './tabbar';
import 'default-passive-events';
defineOptions({ name: 'BasicLayout' });
const emit = defineEmits<{ clearPreferencesAndLogout: [] }>();

View File

@@ -1,5 +1,3 @@
import 'default-passive-events';
export * from './authentication';
export * from './basic';
export * from './iframe';