Blame view

src/components/CountTo/index.ts 104 Bytes
1
2
// 对vue-count-to进行改造成支持vue3版本
export { default as CountTo } from './src/index.vue';