mounted() {
    const that = this
    window.onresize = () => {
      return (() => {
        window.screenWidth = document.body.clientWidth
        that.screenWidth = window.screenWidth
        console.log(that.screenWidth)
      })()
    }
  }
  

在这里插入图片描述
在这里插入图片描述

Logo

前往低代码交流专区

更多推荐