mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-19 19:08:11 +00: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);
|