egg-vue-webpack-boilerplate icon indicating copy to clipboard operation
egg-vue-webpack-boilerplate copied to clipboard

服务器端渲染的时候,data()里的this 没有指向 vue对象

Open ChitaGideon opened this issue 7 years ago • 0 comments

  data() {
    console.log(this)
return {
}
}

ChitaGideon avatar Aug 16 '17 07:08 ChitaGideon