mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-13 12:43:45 +08:00
5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
import { withInstall } from '@/utils';
|
|
import countTo from './CountTo.vue';
|
|
|
|
export const CountTo = withInstall(countTo);
|