Ben Lin
2025-01-09 7bcfc0507043dc878c801a259aa7d058f4982551
1
2
3
4
import { withInstall } from '@/utils';
import countTo from './src/CountTo.vue';
 
export const CountTo = withInstall(countTo);