项目初始化
This commit is contained in:
4
web-vue/packages/core/components/CountTo/index.ts
Normal file
4
web-vue/packages/core/components/CountTo/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { withInstall } from '@jeesite/core/utils';
|
||||
import countTo from './src/CountTo.vue';
|
||||
|
||||
export const CountTo = withInstall(countTo);
|
||||
Reference in New Issue
Block a user