<component> unmount with a named slot #11972
Unanswered
FabienVINCENT
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a problem with the use of .
In my application I use a component that I pass in a slot to nested components. It comes from the PrimeVue library.
I have a problem that I reproduced in a simpler example: Playground
I have a Main component in which I call a Child component. In the case where there is a named slot, I have the following strange behavior: as soon as the v-model is updated, it unmounts and remounts the .
Am I using it wrong? (knowing that the Child.vue would be the library and therefore that I do not have control over it?
Beta Was this translation helpful? Give feedback.
All reactions