为了账号安全,请及时绑定邮箱和手机立即绑定

全局引用以后页面变成空白的了

app上什么dom节点都没有挂载

正在回答

1 回答

ui项目中lib/index.js 很关键

import Demo from './demo/src/main.vue'
import Card from './card/src/main.vue'

export const components = {
  Demo,
  Card
}

const install = function (Vue) {
  if (install.installed) return
  Object.keys(components).forEach((key) => {
    console.info('key', key)
    Vue.component(components[key].name, components[key])
  })
}
const Index = { install }
export default Index


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

全局引用以后页面变成空白的了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信