data () { return { img: require(‘你的json资源路径‘) } } :style="{backgroundImage: ‘url(‘ + img + ‘)‘}"
Vue 的style绑定显示background-image
原文:http://www.cnblogs.com/xsphehe/p/7341060.html