-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
HMR not updating the page when editing a Vue page #3
Labels
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Vite is calling @holtergram That is different from this issue. Also there's nothing we could do with that information. |
@sapphi-red |
This comment was marked as off-topic.
This comment was marked as off-topic.
7 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
In a vue page when I edit some stuff, I see:
In VS Code, the message
21:26:14 [vite] hmr update /src/pages/auth/index.vue (x14)
in the console of chrome:
[vite] hot updated: /src/pages/auth/index.vue
But the view is not updated. If I refresh my browser, the change appears.
I've noted that some items have the issues, some don't.
If you take my project( https://github.com/jaytonic/vite-tests ), and edit the "src/pages/auth/index.vue"(and display http://127.0.0.1:5173/auth ):
Changing the title("Please authenticate") update successfully the view.
Changing a label of one of my field("Email" to "Email2").
Reproduction
https://github.com/jaytonic/vite-tests
Steps to reproduce
5)edit the src/pages7auth/index.vue (Email --> Email2, or Login-->Login2) (careful, there is two tabs with almost the same fields)
System Info
Used Package Manager
npm
Logs
Click to expand!
Validations
The text was updated successfully, but these errors were encountered: