5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
import { withInstall } from '@/utils';
|
|
import countTo from './CountTo.vue';
|
|
|
|
export const CountTo = withInstall(countTo);
|