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') }
更多推荐
已为社区贡献1条内容
所有评论(0)