Skip to content

Commit

Permalink
sdf
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Dec 6, 2024
1 parent d4dfef0 commit 3c289f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/vue-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineNuxtPlugin((nuxt) => {
})
}

if (import.meta.client {
if (import.meta.client) {
nuxt.hooks.hook('app:created', () => {
hydrate(queryClient, vueQueryState.value)
})
Expand Down

0 comments on commit 3c289f9

Please sign in to comment.