Thorsten Lünborg
Thorsten Lünborg
It could work with scoped slots
Correct.
Won't add this in the Vue 2 version, too hacky. Likely better achievable in the Vue 3 version
Not sure if this is still an issue for you as this issue is 2 months old. What does it mean to say "it only works on the last row"?
Would be helpful to have a runnable example of that code that does reproduce the problem, I'll need to look at what is actually rendered.
I'd be interested to to learn where a linter might protest about this? I used uppercase as tagNames are in fact uppercase in JS DOM: ```js const div1 = document.createElement('DIV')...
Hey there! Awesome that you want to contribute :) I have thought about how to achieve this for a while on and off, and haven't been able to come up...
Vue 3's teleport doesn't really support teleportation between components. It's focus is to teleport to a stable target element outside of the Vue-controlled Dom. So the features of this lib...
Thanks, this is awesome work! I will get this merged, but it may take a bit as I'm still focussing on getting v3 for Vue 3 up and running. This...
I'm not sure how to read this code sample - is all of this portal-content? I'd apprechiate actually runnable code so I can replicate what you experience