perf: layout组件文件目录调整

This commit is contained in:
rd
2025-08-18 10:09:41 +08:00
parent dade534122
commit 7c7704c078
23 changed files with 11 additions and 66 deletions

View File

@ -1,5 +1,2 @@
export { default as Navbar } from './navbar/index.vue';
export { default as Menu } from './menu/index.vue';
export { default as TabBar } from './tab-bar/index.vue';
export { default as Breadcrumb } from './breadcrumb/index.vue';
export { default as ModalSimple } from './modal/index.vue';