UNPKG

robin-count-to

Version:

count numbers

6 lines (5 loc) 166 B
import CountTo from './index.vue' export default CountTo if (typeof window !== 'undefined' && window.Vue) { window.Vue.component('count-to', CountTo); }