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
When you delete the scoped style block of App.vue, it works!
When you delete the comment in HelloWorld.vue's template block, it works!
When you delete the custom directive v-nothing in HelloWorld.vue, it works!
When you add v-if="data" to the container tag in HelloWorld.vue, it works!
The text was updated successfully, but these errors were encountered:
Version
3.0.0-rc.2
Reproduction link
https://github.com/aimergenge/reproduction-for-vue3
Steps to reproduce
cd
move into ityarn
yarn dev
What is expected?
v-for is correctly rendered
What is actually happening?
v-for render twice
This is a very weird problem……
When you delete the
scoped style
block ofApp.vue
, it works!When you delete the
comment
inHelloWorld.vue
'stemplate
block, it works!When you delete the custom directive
v-nothing
inHelloWorld.vue
, it works!When you add
v-if="data"
to the container tag inHelloWorld.vue
, it works!The text was updated successfully, but these errors were encountered: