vue中写入backgroundImage发现不生效,记录一下解决方案

可以用以下两种方式。

<div class="circular" v-bind:style="{ backgroundImage: 'url(' + image + ')' }"></div>
<div class="circular" v-bind:style="{ 'background-image': 'url(' + image + ')' }"></div>

参考地址:

javascript - Vue.js data-bind style backgroundImage not working - Stack Overflow

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐