mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-25 21:24:31 +08:00
chore: update app name
This commit is contained in:
8
apps/web-antd/src/layouts/index.ts
Normal file
8
apps/web-antd/src/layouts/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
const BasicLayout = () => import('./basic.vue');
|
||||
|
||||
const IFrameView = () => import('@vben/layouts').then((m) => m.IFrameView);
|
||||
|
||||
const AuthPageLayoutType = () =>
|
||||
import('@vben/layouts').then((m) => m.AuthPageLayoutType);
|
||||
|
||||
export { AuthPageLayoutType, BasicLayout, IFrameView };
|
||||
Reference in New Issue
Block a user