首页 前端知识 vue 导入组件 Failed to resolve import “@/components/Layout/SideBar“ from “src/views/Layout/LayoutIndex.v

vue 导入组件 Failed to resolve import “@/components/Layout/SideBar“ from “src/views/Layout/LayoutIndex.v

2025-03-13 15:03:18 前端知识 前端哥 965 461 我要收藏

原因:直接引入vue组件但没有在vite.config.ts文件配置扩展

解决方案:

方案1、在vite.config.ts文件中添加扩展,保存后重新运行即可

extensions: ['.js', '.jsx', '.ts', '.tsx', '.json', '.vue'],

  

转载请注明出处或者链接地址:https://www.qianduange.cn//article/23538.html
标签
评论
会员中心 联系我 留言建议 回顶部
复制成功!