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 -
最后修改:2021年3月4日
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.95app.top/vue-%e7%aa%97%e5%8f%a3%e5%8f%98%e5%8c%96%e4%ba%8b%e4%bb%b6/