admin-vben5/apps/antd-view/src/router/routes/layout.ts

9 lines
257 B
TypeScript
Raw Normal View History

2024-05-19 21:20:42 +08:00
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 };