You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in .//babel-loader/lib!.//vue-loader/lib/selector.js?type=script&index=0!./src/components/todo.vue
Module not found: Error: Can't resolve './item' in '/home/rango/code/vue-todos/src/components'
The text was updated successfully, but these errors were encountered:
路径 src/components/Item.vue Item.vue 文件名第一个字符为大写
但文件 src/components/todo.vue 的64行为 import item from './item';
导致报错信息
ERROR in ./
/babel-loader/lib!.//vue-loader/lib/selector.js?type=script&index=0!./src/components/todo.vueModule not found: Error: Can't resolve './item' in '/home/rango/code/vue-todos/src/components'
The text was updated successfully, but these errors were encountered: