mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 15:41:32 +08:00
perf(import): perf components import
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
// Transform vue-count-to to support vue3 version
|
||||
|
||||
import { withInstall } from '../util';
|
||||
|
||||
import { createAsyncComponent } from '/@/utils/factory/createAsyncComponent';
|
||||
export const CountTo = createAsyncComponent(() => import('./src/index.vue'));
|
||||
|
||||
withInstall(CountTo);
|
||||
|
Reference in New Issue
Block a user