Closed zhi3210happy closed 7 years ago
一样的问题 不能全局注册。。。
@zhi3210happy @justinzpc 自己弄一个呗,
import vueLoading from 'vue-loading-template'
const loading = {
install: function (vue) {
Vue.component('vue-loading', vueLoading)
}
}
export default loading
谢谢,是我自己懒了,哈哈。之前就已经解决了。
注册以后不用每个组件都引入,大家应该都是这么用的,不可能每个组件都import一遍吧。