vue index.html 引入cdn 提示did you register the component correctly

准备吧ui分离到cnd上,于是这样写
index.html

<script src="https://unpkg.com/element-ui@2.2.2/lib/index.js"></script>
<link rel="stylesheet" href="https://unpkg.com/element-ui@2.2.2/lib/theme-chalk/index.css">

加入后注释掉main.js里的element
npm start后首页提示找不到组件?哪里有问题啊?

阅读 3.2k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题