feat(projects): 添加抽屉

This commit is contained in:
Soybean
2022-01-07 18:51:06 +08:00
parent 0653fb144f
commit 10e4d81bd6
15 changed files with 356 additions and 14 deletions

View File

@ -1,3 +1,4 @@
import SettingDrawer from './SettingDrawer/index.vue';
import GlobalContent from './GlobalContent/index.vue';
export { GlobalContent };
export { SettingDrawer, GlobalContent };