1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-26 19:20:21 +08:00

refactor: 封装不同layout下的公用组件

This commit is contained in:
zclzone
2024-06-25 16:46:31 +08:00
parent c87f56814e
commit b464c70ae3
5 changed files with 25 additions and 48 deletions

View File

@@ -3,3 +3,4 @@ export { default as TheFooter } from './TheFooter.vue'
export { default as AppPage } from './AppPage.vue'
export { default as CommonPage } from './CommonPage.vue'
export { default as LayoutSetting } from './LayoutSetting.vue'
export { default as ToggleTheme } from './ToggleTheme.vue'