base64图片做背景图片

41 阅读1分钟
a{
    background:url(data:image/png;base64,图片的base64地址)
}

image.png

image.png

参考文章:Vue使用:style动态绑定backgroundImage