Blame view

src/components/CountTo/index.ts 127 Bytes
1
2
import { withInstall } from '/@/utils';
import countTo from './src/CountTo.vue';
vben authored
3
4
export const CountTo = withInstall(countTo);