vue中给body,html单独设置样式
2021-01-21 本文已影响0人
爱学习的新一
beforeCreate() {
document.querySelector('body').setAttribute('style', 'background-color:#fffcf5;')
},
beforeCreate() {
document.querySelector('body').setAttribute('style', 'background-color:#fffcf5;')
},