You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Asynchronous setup scripts in appEntrypoint do not work as expected. It seems this is intended to work, but due to the Vite virtual module being synchronous, the setup script is not properly awaited. This bug appears to have been introduced in #9362.
What's the expected result?
Asynchronous setup scripts are executed before the Vue application is mounted, enabling async code to be run in the appEntrypoint file.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Asynchronous
setup
scripts inappEntrypoint
do not work as expected. It seems this is intended to work, but due to the Vite virtual module being synchronous, thesetup
script is not properly awaited. This bug appears to have been introduced in #9362.What's the expected result?
Asynchronous
setup
scripts are executed before the Vue application is mounted, enabling async code to be run in theappEntrypoint
file.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-wwumrz?file=src%2Fvue-entrypoint.ts
Participation
The text was updated successfully, but these errors were encountered: