why are the components inside the <transition> in the development environment being rendered multiple times? #9740
Replies: 1 comment
-
I can't verify whether this problem can occur in the production environment, but it does have an impact on the development environment. I declared a template reference |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This issue only occurs during development. When I edit the textarea on the page and then modify the code, an additional component appears on the page after the component updates. This is causing a lot of frustration during debugging. Did I make a mistake somewhere in my code? Please take a look and help me? Thx.
from translate
demo
App.vue
HelloWorld.vue
Beta Was this translation helpful? Give feedback.
All reactions