egg-vue-webpack-boilerplate
egg-vue-webpack-boilerplate copied to clipboard
服务器端渲染的时候,data()里的this 没有指向 vue对象
data() {
console.log(this)
return {
}
}