1 2
import { withInstall } from '/@/utils'; import countTo from './src/CountTo.vue';
3
4
export const CountTo = withInstall(countTo);