当然给 style 绑定值了 <div v-bind:style="{ background: `url(${bg})`, color: color } data: { bg: 'xxx.png', color: 'red' }
当然给 style 绑定值了