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
HRM
3.2.41
https://stackblitz.com/edit/vitejs-vite-3yjdqc?file=src%2FApp.vue
Case 1:
<normal-component></normal-component>
<div class="p-4 bg-yellow-500"></div>
Case 2:
a
Additional case:
In both cases, if you undo these changes we obtain those errors in console:
I expect to get the list rendered correctly.
List don't render properly after move NormalComponent inside list
shell System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 16.14.2 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 7.17.0 - /usr/local/bin/npm npmPackages: @vitejs/plugin-vue: ^3.1.2 => 3.1.2 vite: ^3.1.8 => 3.1.8
No response
The text was updated successfully, but these errors were encountered:
Hi @zhangzhonghe maybe this is related with: #6978
Sorry, something went wrong.
Duplicate of #6978
No branches or pull requests
Vue version
3.2.41
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-3yjdqc?file=src%2FApp.vue
Steps to reproduce
Case 1:
<normal-component></normal-component>
component before the element<div class="p-4 bg-yellow-500"></div>
in line 3.Case 2:
a
before the element<div class="p-4 bg-yellow-500"></div>
in line 3.Additional case:
In both cases, if you undo these changes we obtain those errors in console:
What is expected?
I expect to get the list rendered correctly.
What is actually happening?
List don't render properly after move NormalComponent inside list
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: