vuejs在css样式表里设置背景图background:url('path'),报错
解决办法:1、在webpack.prod.conf.js文件里output里面添加:publicPath:'./'2、在utils.js文件里添加 publicPath:'../../'3、在config/index.js文件里,添加assetsPublicPath:'./'css样式表文件这样写这样就可以正常使用了...
·
解决办法:
1、在webpack.prod.conf.js文件里output里面添加:publicPath:'./'
2、在utils.js文件里添加 publicPath:'../../'
3、在config/index.js文件里,添加assetsPublicPath:'./'
css样式表文件这样写
这样就可以正常使用了
更多推荐
已为社区贡献6条内容
所有评论(0)