elk/plugins/hydration.client.ts

6 wiersze
140 B
TypeScript
Czysty Zwykły widok Historia

export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.hooks.hookOnce('app:suspense:resolve', () => {
isHydrated.value = true
})
})