vue-query-nuxt icon indicating copy to clipboard operation
vue-query-nuxt copied to clipboard

How to skip loading state ?

Open mrleblanc101 opened this issue 8 months ago • 2 comments
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.

Image

mrleblanc101 avatar Mar 15 '25 03:03 mrleblanc101