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

vue 高度 动态更新计算 calcHeight watch $route

时间:2019-02-26 13:12:07      阅读:1474      评论:0      收藏:0      [点我收藏+]

标签:out   watch   pre   ted   vue   gnu   height   this   更新   

vue 高度 动态更新计算

 calcHeight () {
      this.orgTreeHeight = window.innerHeight - 180
      // this.tableHeight = window.innerHeight - 210
      this.divHeight = window.innerHeight - 180
    }

  },
  mounted () {
    // console.info(‘jobOrgNum this‘, this)
    window.onresize = () => {
      this.calcHeight()
    }
  },
  watch: {
    $route (to, from) {
      this.calcHeight()
    }

 

vue 高度 动态更新计算 calcHeight watch $route

标签:out   watch   pre   ted   vue   gnu   height   this   更新   

原文地址:https://www.cnblogs.com/pengchenggang/p/10436398.html

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