Appearance
<div :style="`background: url(${imageUrl})`"></div>
url()参数必须是字符串,在 html 标签属性中,必须加上引号""
url()
""
<div :style="`background: url('${imageUrl}')`"></div>