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
Workaround, for now, is to register the web component name as a normal component and use the web component name in the templates. See commit Open-EO/openeo-vue-components@9617cef for two examples.
Version
4.5.10
Reproduction link
https://github.com/m-mohr/vue-recursive-web-components-repro
Environment info
Steps to reproduce
Run
npm run build
and open the file dist/demo.html -> It shows the incorrect behavior:(it seems sometimes it also shows "Hello" instead of "World")
Run
npm run serve
and open the browser -> It shows the correct behavior:What is expected?
I expect that recursive use of components also works in web components, see "steps to reproduce" for details.
What is actually happening?
The component used recursively is only shown once. Including other components (QuitWorld) works though.
The text was updated successfully, but these errors were encountered: