Vue 获取屏幕宽度、高度 - 简书

Vue 获取屏幕宽度、高度

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

Original url: Access
Created at: 2019-12-03 11:23:29
Category: default
Tags: none

请先后发表评论
  • 最新评论
  • 总共0条评论