feat: add naive app
This commit is contained in:
8
apps/web-naive/src/layouts/index.ts
Normal file
8
apps/web-naive/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 AuthPageLayout = () =>
|
||||
import('@vben/layouts').then((m) => m.AuthPageLayout);
|
||||
|
||||
export { AuthPageLayout, BasicLayout, IFrameView };
|
Reference in New Issue
Block a user