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

Commit 900ccee

Browse files
committed
asyncData closure added client-side
1 parent a68e4c5 commit 900ccee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/client-entry.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ function _ssrHydrateSubcomponents (components, next, to) {
5454
store,
5555
route: to
5656
})
57+
} else {
58+
return Promise.resolve(null)
5759
}
5860
})).then(() => {
5961
next()

0 commit comments

Comments
 (0)