如图,这个如何解决?
组件里面的js文件 from引入.vue结尾
例如
import xxx from './src/xxx.vue' xxx.install=(Vue)=>{ Vue.component(xxx.name,xxx) } export default xxx