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

Vue beaforeCreate时获取data中的数据

时间:2018-11-12 11:39:32      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:before   log   for   function   art   通过   bsp   tar   获取   

  1. 异步获取即:通过    $this.$nextTick或者settimeout,这连dom都可以拿出来
beforeCreate() {
                     this.$nextTick(function() {
console.log(this.属性名);
})
})

 

  1. 同步获取:在beforeCreate之前,所有的iptions都会先存到vm.$options中,也就是说使用this.$options.data就行了

Vue beaforeCreate时获取data中的数据

标签:before   log   for   function   art   通过   bsp   tar   获取   

原文地址:https://www.cnblogs.com/katydids/p/9944671.html

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