chore: init project
This commit is contained in:
8
apps/antd-view/src/router/routes/layout.ts
Normal file
8
apps/antd-view/src/router/routes/layout.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
const Layout = () => import('@/layout.vue');
|
||||
|
||||
const IFrameView = () => import('@vben/layouts').then((m) => m.IFrameView);
|
||||
|
||||
const AuthPageLayout = () =>
|
||||
import('@vben/layouts').then((m) => m.AuthPageLayout);
|
||||
|
||||
export { AuthPageLayout, IFrameView, Layout };
|
Reference in New Issue
Block a user