vue window

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

  

vue window

上一篇:C#基础--迭代器初识


下一篇:win10安装EasyDarwin