Fallback content using 'useAsyncData'
Hey!
I'm using nuxt content to load some markdown content. In my use case, if the document is not found, I need to retry using other params. I was wondering what was the best way to implement this since I don't want to block the rendering and still cache the loaded content.
0 Replies