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

nextTick refs

时间:2017-07-31 00:56:38      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:pre   code   tick   ext   div   logs   htm   int   nbsp   

可以用 $nextTick 來確保 Dom 變化後再執行一些事情:

this.$nextTick( () => {
    this.$refs.li[7].scrollIntoView()
  })

  

nextTick refs

标签:pre   code   tick   ext   div   logs   htm   int   nbsp   

原文地址:http://www.cnblogs.com/fm060/p/7260998.html

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