@Wangww0925
2019-08-07T03:56:10.000000Z
字数 253
阅读 204
vue-cli
代码:js
beforeCreate () {
document.querySelector('body').setAttribute('style', 'background-color: rgba(0, 121, 254, 1)')
},
beforeDestroy () {
document.querySelector('body').removeAttribute('style')
}
作者 wendy
2019 年 7月 3日