vue框架中更改body,html页面背景颜色
beforeCreate () {document.querySelector('body').setAttribute('style', 'background-color:#fff')},beforeDestroy () {document.querySelector('body').removeAttribute('style')}
·
beforeCreate () {
document.querySelector('body').setAttribute('style', 'background-color:#fff')
},
beforeDestroy () {
document.querySelector('body').removeAttribute('style')
}更多推荐



所有评论(0)