码迷,mamicode.com
首页 > 其他好文 > 详细

vue2.0开发时导入组件时出错

时间:2017-12-31 23:30:10      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:pos   检查   index   not   sel   pen   解决   r.js   2.0   

导入自定义组件时出现了如下错误

 ERROR  Failed to compile with 1 errors                                 12:35:41


This dependency was not found:

* components/star/star in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?ty
pe=script&index=0!./src/components/header/header.vue

To install it, you can run: npm install --save components/star/star

跪求解决办法


解决方案1:

首先是检查下你的路径有没有错;其次是你import的时候加上.vue后缀试试(components/star/star.vue

解决方法2:

是路径错误;改成(../star/star.vue),试试

vue2.0开发时导入组件时出错

标签:pos   检查   index   not   sel   pen   解决   r.js   2.0   

原文地址:https://www.cnblogs.com/zr123/p/8159240.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!