mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-07 00:58:11 +00:00
5 lines
127 B
Vue
5 lines
127 B
Vue
import { withInstall } from '/@/utils';
|
|
import countTo from './src/CountTo.vue';
|
|
|
|
export const CountTo = withInstall(countTo);
|