vue-query-nuxt
vue-query-nuxt copied to clipboard
How to skip loading state ?
trafficstars
Currently, when changing page, the page change is instant and we use isLoading to show a placeholder.
I would like to change this and use the default <NuxtLoadingIndicator />, but I'm not sure how to do this.
I thought onServerPrefetch(suspense) would do this behavior, but I must be misundertsanding something.