-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Version
4.0.0-rc.2
Reproduction link
https://codesandbox.io/s/modest-butterfly-ih1jr?file=/src/App.vue
Steps to reproduce
This won't work
<Suspense>
<template #default>
<router-view />
</template>
<template #fallback>
<span>I'm a loading screen, I'm waiting the view to be ready!</span>
</template>
</Suspense>Metadata
Metadata
Assignees
Labels
No labels