search

Home  >  Q&A  >  body text

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

黄舟黄舟2773 days ago620

reply all(2)I'll reply

  • 伊谢尔伦

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

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

    新回答:

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

    reply
    0
  • 迷茫

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

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

    reply
    0
  • Cancelreply