mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
feat(projects): 四种基本布局完成
This commit is contained in:
4
src/layouts/BasicLayout/components/common/index.ts
Normal file
4
src/layouts/BasicLayout/components/common/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import GlobalLogo from './GlobalLogo.vue';
|
||||
import GlobalMenu from './GlobalMenu.vue';
|
||||
|
||||
export { GlobalLogo, GlobalMenu };
|
||||
Reference in New Issue
Block a user