搜索

首页  >  问答  >  正文

javascript - vue的style绑定不支持background-image吗?

黄舟黄舟2774 天前622

全部回复(2)我来回复

  • 伊谢尔伦

    伊谢尔伦2017-04-11 10:50:19

    我这边是正常的,你看看有没有设置p的宽高

    新回答:

    data () {
        return {
            img: require('你的json资源路径')
        }
    }
    
    :style="{backgroundImage: 'url(' + img + ')'}"

    回复
    0
  • 迷茫

    迷茫2017-04-11 10:50:19

    拼接错了吧 v-bind:style="{backgroundImage:'url('+todo.pic+')'}"

    回复
    0
  • 取消回复