feat: Support dayjs and component library in multiple languages
This commit is contained in:
@@ -2,7 +2,7 @@ const BasicLayout = () => import('./basic.vue');
|
||||
|
||||
const IFrameView = () => import('@vben/layouts').then((m) => m.IFrameView);
|
||||
|
||||
const AuthPageLayoutType = () =>
|
||||
import('@vben/layouts').then((m) => m.AuthPageLayoutType);
|
||||
const AuthPageLayout = () =>
|
||||
import('@vben/layouts').then((m) => m.AuthPageLayout);
|
||||
|
||||
export { AuthPageLayoutType, BasicLayout, IFrameView };
|
||||
export { AuthPageLayout, BasicLayout, IFrameView };
|
||||
|
Reference in New Issue
Block a user