Files
hotgo/web/src/components/CountTo/index.ts
孟帅 29bda0dcdd v2.0
2022-11-24 23:37:34 +08:00

5 lines
122 B
TypeScript

import { withInstall } from '@/utils';
import countTo from './CountTo.vue';
export const CountTo = withInstall(countTo);