Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 12, 2024
1 parent 83c56c4 commit e5c5377
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vike-vue/src/integration/onRenderClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ const onRenderClient: OnRenderClientAsync = async (
changePage = res.changePage
app = res.app
objectAssign(pageContext, { app })

await callCumulativeHooks(pageContext.config.onBeforeRenderClient, pageContext)

app.mount(container)
} else {
// Client-side navigation
Expand Down

0 comments on commit e5c5377

Please sign in to comment.