Subscribe on changes!

suspense not working

avatar
Dec 8th 2021

Version

3.2.24

Reproduction link

sfc.vuejs.org/

Steps to reproduce

What is expected?

abcd

What is actually happening?

not working ,page content empty blank

avatar
Dec 8th 2021

You are using it wrong. You use Suspense inside of a component with async setup, which is wrong.

You should be using a component with async setup as a child of Suspense.