Skip to content

Commit d67ac0c

Browse files
committed
chore: check client hook
1 parent 8c7061f commit d67ac0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/plugins/fix.client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default defineNuxtPlugin({
1414
!Object.keys(nuxtApp.payload.data).length
1515
) {
1616
nuxtApp.hooks.hookOnce('app:suspense:resolve', () => {
17+
console.log('refreshing nuxt data')
1718
refreshNuxtData()
1819
})
1920
}

0 commit comments

Comments
 (0)