refactor(projects): basicLayout重构初步
This commit is contained in:
9
src/layouts/BaseLayout/components/common/index.ts
Normal file
9
src/layouts/BaseLayout/components/common/index.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import GlobalHeader from './GlobalHeader/index.vue';
|
||||
import GlobalContent from './GlobalContent/index.vue';
|
||||
import GlobalFooter from './GlobalFooter/index.vue';
|
||||
import GlobalLogo from './GlobalLogo/index.vue';
|
||||
import GlobalMenu from './GlobalMenu/index.vue';
|
||||
import GlobalTab from './GlobalTab/index.vue';
|
||||
import SettingDrawer from './SettingDrawer/index.vue';
|
||||
|
||||
export { GlobalHeader, GlobalContent, GlobalFooter, GlobalLogo, GlobalMenu, GlobalTab, SettingDrawer };
|
||||
Reference in New Issue
Block a user