mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-07 23:31:08 +08:00
7 lines
230 B
TypeScript
7 lines
230 B
TypeScript
const BasicLayout = () => import('./basic.vue');
|
|
const AuthPageLayout = () => import('./auth.vue');
|
|
|
|
const IFrameView = () => import('@vben/layouts').then((m) => m.IFrameView);
|
|
|
|
export { AuthPageLayout, BasicLayout, IFrameView };
|