vue 窗口变化事件

helei 2021-3-4 908 3/4
mounted () {
            const that = this
            window.onresize = () => {
                return (() => {
                    var height = document.documentElement.clientHeight;
                    that.height = "height:"+height+"px";
                    that.mainheight ="height:"+(height-100)+"px";
                })()
            }
        }

- THE END -

helei

3月04日17:33

最后修改:2021年3月4日
0

非特殊说明,本博所有文章均为博主原创。