[关闭]
@Wangww0925 2019-08-07T03:56:10.000000Z 字数 253 阅读 204

vue 更改body,html页面背景颜色

vue-cli


代码:js

  1. beforeCreate () {
  2. document.querySelector('body').setAttribute('style', 'background-color: rgba(0, 121, 254, 1)')
  3. },
  4. beforeDestroy () {
  5. document.querySelector('body').removeAttribute('style')
  6. }

作者 wendy
2019 年 7月 3日


参考文献

vue框架中更改body,html页面背景颜色

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注