Skip to content
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

fix(Preview): fixing incorrect styles during onMounted #191

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

Alfred-Skyblue
Copy link
Member

relate vuejs/core#9847

In #88, I addressed the issue of styles being lost during hot updates by implementing asynchronous loading of styles. However, this resulted in an error in obtaining the correct styles within the onMounted hook. Since the style loading mechanism has been updated in #116, resolving the problem of style loss during hot updates, I have removed the setTimeout in this PR.

2023-12-16.16.59.04.mov

Copy link

vercel bot commented Dec 16, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 16, 2023 9:09am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants