UNPKG

@meet-ui/to-count

Version:

数字动画组件

7 lines (5 loc) 150 B
import ToCount from "./components/ToCount.vue"; ToCount.install = function(Vue) { Vue.component(ToCount.name, ToCount); }; export default ToCount;