Ben Lin
2024-06-12 078f603f7686c274067028bd23032625e6eee3ce
1
2
3
4
import { withInstall } from '/@/utils';
import countTo from './src/CountTo.vue';
 
export const CountTo = withInstall(countTo);