import selfComponent from './SelfComponent/index.vue'
const customize = { install(Vue) { Vue.component('SelfComponent', SelfComponent) } } export default customize
import customize from './components/index' Vue.use(customize)
理论+实践 = 真知
京公网安备 11010502049817号