owljackob
Nuxt Content Reactive fetching
What would be the best way to use Nuxt Content if I need to make changes to the query based on user interaction? Like filters, ... I know this can be done with watchers, manual refetching, ..., but I would like to explore other solutions as even
ContentList
doesn't seem to be reactive, or at least its query.1 replies
Pass property using navigateTo
I have a list where each item is clickable. I would like to pass a property (string) that has been fetched and pass it to the page that
navigateTo
navigates. It's [...slug]
and I would like to access that property there (if value exists). Could anyone please give me a hint how to achieve that?7 replies