feige
2025-01-08 86b5bac6443be3594391a8e70170a7e026907dba
1
2
3
4
5
import CountTo from './vue-countTo.vue';
export default CountTo;
if (typeof window !== 'undefined' && window.Vue) {
  window.Vue.component('count-to', CountTo);
}