码迷,mamicode.com
首页 > 其他好文 > 详细

VUE 获取窗口改变时的大小

时间:2018-01-27 19:05:14      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:class   pos   window   gpo   element   fun   func   窗口   console   

mounted() {

 

 
 
const that = this;
window.onresize = function temp() {
that.clientHeight = `${document.documentElement.clientHeight}`;
console.log(that.clientHeight)
 
};
},

VUE 获取窗口改变时的大小

标签:class   pos   window   gpo   element   fun   func   窗口   console   

原文地址:https://www.cnblogs.com/zhuwu/p/8366367.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!