Files
dolphin-frontend/src/views/multi-menu/index.ts
2022-01-20 21:24:01 +08:00

5 lines
224 B
TypeScript

const MultiMenuFirstSecond = () => import('./first/second/index.vue');
const MultiMenuFirstSecondNewThird = () => import('./first/second-new/third/index.vue');
export { MultiMenuFirstSecond, MultiMenuFirstSecondNewThird };