Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 12, 2024
1 parent 0b4b2fa commit 22e0bca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export { onBeforeRenderClient }
import type { OnBeforeRenderClientSync } from 'vike-vue/types'

const onBeforeRenderClient: OnBeforeRenderClientSync = (pageContext): ReturnType<OnBeforeRenderClientSync> => {
hydratePinia(pageContext)
//hydratePinia(pageContext)
}

type PageContext = Parameters<typeof onBeforeRenderClient>[0]
Expand Down

0 comments on commit 22e0bca

Please sign in to comment.