vue window

window.onresize = () => {
        return (() => {
          let currentWidth = (document.documentElement.clientWidth || window.innerWidth)
          this.$store.commit('SETSCREENWIDTH', currentWidth)
        })()
      }

  

posted @ 2020-03-11 18:39  AlanTao  阅读(479)  评论(0编辑  收藏  举报