Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit a68e4c5

Browse files
committed
asyncData promise closure added
1 parent 411fb94 commit a68e4c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/server-entry.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ function _ssrHydrateSubcomponents (components, store, router, resolve, reject, a
2323
route: router.currentRoute,
2424
context
2525
})
26+
} else {
27+
return Promise.resolve(null)
2628
}
2729
})).then(() => {
2830
if (buildTimeConfig.ssr.useInitialStateFilter) {

0 commit comments

Comments
 (0)