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

Vue解析五之mounted

时间:2017-11-24 17:07:41      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:vue   实例   rip   java   ted   cti   his   class   ons   

在mounted获得vue的实例要加

this.$nextTick(function () {
// 代码保证 this.$el 在 document 中
})


mounted: function () {
this.$nextTick(function () {
// 代码保证 this.$el 在 document 中
console.log(vm)
})
}

  

Vue解析五之mounted

标签:vue   实例   rip   java   ted   cti   his   class   ons   

原文地址:http://www.cnblogs.com/yiyi17/p/7891017.html

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