mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(components): 添加主题配置抽屉,添加暗黑主题
This commit is contained in:
6
src/layouts/BasicLayout/components/index.ts
Normal file
6
src/layouts/BasicLayout/components/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import GlobalHeader from './GlobalHeader/index.vue';
|
||||
import GlobalLogo from './GlobalLogo/index.vue';
|
||||
import GlobalMenu from './GlobalMenu/index.vue';
|
||||
import SettingDrawer from './SettingDrawer/index.vue';
|
||||
|
||||
export { GlobalHeader, GlobalLogo, GlobalMenu, SettingDrawer };
|
Reference in New Issue
Block a user