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

路由出问题了,请教老师

编译时报错如下:

 ERROR  Failed to compile with 1 error                                                                             21:47:17


 error  in ./src/router/index.js


Module not found: Error: Can't resolve 'vue-router' in 'D:\todolist\src\router'


ERROR in ./src/router/index.js 1:0-60

Module not found: Error: Can't resolve 'vue-router' in 'D:\todolist\src\router'

 @ ./src/main.js 3:0-30 5:30-36


webpack compiled with 1 error



正在回答

1 回答

引用路径错了

  1. 你的router文件夹应该是在src里面的,所以路径不能带 src

  2. ...from ./router 会默认找到router里面的 index.js 

所以只需要写 import router from './router'

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

举报

0/150
提交
取消

路由出问题了,请教老师

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