-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
supporting top of await #6671
supporting top of await #6671
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome test!
Awesome work on this @wulinsheng123 🚀! |
Changes
fix #6549
I detected the Vue that is loading, And I will wrap a Suspense component if the Vue included the setup of async.
And I use a detection function to make sure it is or is not an async function
I recorded a video for this test.
https://cdn.discordapp.com/attachments/984757097726107661/1090142054748786778/VID20230328131309.mp4
Testing
Docs