mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-21 21:47:48 +00: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