We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686720f commit ffc005cCopy full SHA for ffc005c
packages/vue-app/template/utils.js
@@ -35,7 +35,7 @@ export function applyAsyncData (Component, asyncData) {
35
Component.options._originDataFn = ComponentData
36
37
Component.options.data = function () {
38
- const data = ComponentData.call(this)
+ const data = ComponentData.call(this, this)
39
if (this.$ssrContext) {
40
asyncData = this.$ssrContext.asyncData[Component.cid]
41
}
0 commit comments