We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7061f commit d67ac0cCopy full SHA for d67ac0c
1 file changed
app/plugins/fix.client.ts
@@ -14,6 +14,7 @@ export default defineNuxtPlugin({
14
!Object.keys(nuxtApp.payload.data).length
15
) {
16
nuxtApp.hooks.hookOnce('app:suspense:resolve', () => {
17
+ console.log('refreshing nuxt data')
18
refreshNuxtData()
19
})
20
}
0 commit comments