Open
Description
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.