vue中加载图片 banner-biometric2 ,但是一直报这个错:This dependency was not found:* /static/banner-biometric2 in ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/pages/Home.vue
To install it, you can run: npm install --save /static/banner-biometric2使用了两种办法解决,都报同样的错误:import bannerBiometric from '@/assets/images/banner-biometric2'import bannerBiometric from '/static/banner-biometric2'一开始图片路径是在 assets 目录下,根据网上查找的资料说是静态资源要放在 static 这个目录下,依然使用 import 引入,但是依然报同样的错误,不明白是什么原因导致的。
添加回答
举报
0/150
提交
取消