You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for all the efforts to create this project !!!
I noticed that Support Suspense in SSR was possible in vue3.
Does this mean I can use fetch data in async setup instead of serverPrefetch ?
I didn't see any example code in the readme shows how to use this plugins with the vue3's setup method, so if I'm wrong would you show me an example that works with the setup method?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
yaquawa
changed the title
Can I use async setup with Suspense instead of serverPrefetch
Can I use async setup with Suspense instead of serverPrefetch?
Mar 11, 2021
Hi, thanks for all the efforts to create this project !!!
I noticed that Support Suspense in SSR was possible in vue3.
Does this mean I can use fetch data in
async setup
instead ofserverPrefetch
?I didn't see any example code in the readme shows how to use this plugins with the vue3's
setup
method, so if I'm wrong would you show me an example that works with thesetup
method?Thanks a lot!
The text was updated successfully, but these errors were encountered: