标签: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 实例 rip java ted cti his class ons
原文地址:http://www.cnblogs.com/yiyi17/p/7891017.html