Vue Suspense component shouldn't be used on Nuxt?

Hi I'm currently migrating a Vue 3 SSR project to Nuxt 3 and on the current project we are using the Vue Suspense component But from what I see on the docs, if I didn't get it wrong we should use it in Nuxt, is that right?
<template>
<Suspense><TheHeader /></Suspense>
<slot></slot>
<ClientOnly><NotificationContainer /></ClientOnly>
<Suspense><TheFooter /></Suspense>
</template>
<template>
<Suspense><TheHeader /></Suspense>
<slot></slot>
<ClientOnly><NotificationContainer /></ClientOnly>
<Suspense><TheFooter /></Suspense>
</template>
Thanks
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server