zb-admin/src/components/CountTo/index.js

6 lines
154 B
JavaScript

import CountTo from './index.vue'
export default CountTo
if (typeof window !== 'undefined' && window.Vue) {
window.Vue.component('count-to', CountTo)
}