import Vue from 'vue' import VueClock from '@dangvanthanh/vue-clock' Vue.component('VueClock', VueClock) // or // Vue.use(VueClock); ...
確定! 回上一頁