mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-13 20:53:49 +08:00
v2.0
This commit is contained in:
4
web/src/components/CountTo/index.ts
Normal file
4
web/src/components/CountTo/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { withInstall } from '@/utils';
|
||||
import countTo from './CountTo.vue';
|
||||
|
||||
export const CountTo = withInstall(countTo);
|
||||
Reference in New Issue
Block a user