Questions tagged [vue-suspense]

17 questions
3
votes
2 answers

Suspense in Vue 3 on nested routes - why content disappears?

I'm using Suspense, and fetching async data on pages. On init fallback loading indicator is visible, but while switching pages I'm keeping current page content until new page is ready + nprogress bar, so site behaves more like SSR. There is also…
chojnicki
  • 3,148
  • 1
  • 18
  • 32
3
votes
2 answers

Vue 3 - Use suspense again when data have to be refreshed?

I am trying to use multiple times as a fallback while i am refreshing a component's data (using import() on a json file from the async setup()). As stated by the documentation: Once in a resolved state, will only revert to a…
Anthony Bobenrieth
  • 2,758
  • 1
  • 26
  • 38
2
votes
1 answer

Why i can't use v-skeleton-loader with vuetify

i don't know why i cant use v-skeleton-loader. anytime i use the component the console throw me this warning : Failed to resolve component: v-skeleton-loader. i use vuetify": 3.1.4