mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-23 00:07:46 +00:00
perf(import): perf components import
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { withInstall } from '../util';
|
||||
import { createAsyncComponent } from '/@/utils/factory/createAsyncComponent';
|
||||
|
||||
export const ClickOutSide = createAsyncComponent(() => import('./src/index.vue'));
|
||||
import ClickOutSide from './src/index.vue';
|
||||
|
||||
withInstall(ClickOutSide);
|
||||
|
||||
export { ClickOutSide };
|
||||
|
||||
Reference in New Issue
Block a user