Skip to content

Won't work with Suspense #584

@yaquawa

Description

@yaquawa

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions