mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
import { withInstall } from '/@/utils';
|
|
import countTo from './src/CountTo.vue';
|
|
|
|
export const CountTo = withInstall(countTo);
|