We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.2.39
https://stackblitz.com/edit/vitejs-vite-ktlfbn?file=index.html,src%2FApp.vue,src%2Fcomponents%2Flogin.vue,package.json&terminal=preview
In development mode and production mode, the result should be the same (the word "test" should only be shown the first time)
In development mode word "test" is not shown after repeating the steps In production mode word "test" is there every time when component renders.
System: OS: Linux 5.13 Ubuntu 20.04.4 LTS (Focal Fossa) CPU: (12) x64 Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz Memory: 48.66 GB / 62.68 GB Container: Yes Shell: 5.0.17 - /bin/bash Binaries: Node: 17.9.0 - /usr/bin/node npm: 8.19.1 - /usr/bin/npm Browsers: Chrome: 104.0.5112.79 Firefox: 104.0
No response
The text was updated successfully, but these errors were encountered:
aa70188
fix(runtime-core): remove prod-only hoisted clone behavior for manual…
68e642d
… DOM manipulation compat fix vuejs#6727 fix vuejs#6739
No branches or pull requests
Vue version
3.2.39
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-ktlfbn?file=index.html,src%2FApp.vue,src%2Fcomponents%2Flogin.vue,package.json&terminal=preview
Steps to reproduce
What is expected?
In development mode and production mode, the result should be the same (the word "test" should only be shown the first time)
What is actually happening?
In development mode word "test" is not shown after repeating the steps
In production mode word "test" is there every time when component renders.
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: