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