Lazy load layout secondary widgets
This commit is contained in:
@@ -113,6 +113,10 @@ export default defineConfig(async () => {
|
||||
'@vben/common-ui/es/api-component',
|
||||
'../../packages/effects/common-ui/src/components/api-component/index.ts',
|
||||
),
|
||||
exactAlias(
|
||||
'@vben/common-ui/es/login-expired-modal',
|
||||
'../../packages/effects/common-ui/src/ui/authentication/login-expired-modal.vue',
|
||||
),
|
||||
exactAlias(
|
||||
'@vben/constants',
|
||||
'../../packages/constants/src/index.ts',
|
||||
@@ -130,6 +134,14 @@ export default defineConfig(async () => {
|
||||
'@vben/layouts/preferences-blocks',
|
||||
'../../packages/effects/layouts/src/widgets/preferences/blocks/index.ts',
|
||||
),
|
||||
exactAlias(
|
||||
'@vben/layouts/es/lock-screen',
|
||||
'../../packages/effects/layouts/src/widgets/lock-screen/index.ts',
|
||||
),
|
||||
exactAlias(
|
||||
'@vben/layouts/es/user-dropdown',
|
||||
'../../packages/effects/layouts/src/widgets/user-dropdown/index.ts',
|
||||
),
|
||||
exactAlias('@vben/locales', '../../packages/locales/src/index.ts'),
|
||||
exactAlias(
|
||||
'@vben/preferences',
|
||||
|
||||
Reference in New Issue
Block a user