使用created周期用JS来处理BODY的样式

export default {
  beforeCreate: function () {
    document.getElementsByTagName('body')[0].className = 'web'
  }
}

  

相关文章:

  • 2022-12-23
  • 2021-12-24
  • 2022-02-18
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案