Thorsten Lünborg
Thorsten Lünborg
Yeah well that's expected. mutliple = you have multiple root notes (at least one from each source) slim = use source content as portal-target's root node (Vue components need one...
You're right, `passengers` is required, this is a mistake in the docs. Thanks for bringing it up! About what you are trying to do: That's not gonna work, the Wormhole...
I only added The `sources` and `targets` properties in 2.0.0 quite recently and didn't even intend for them to be used this way, to be honest. What you propose would...
Can you open a new issue for this new problem? thanks :)
Interesting idea! I don't have an immediate idea how to make it work, but we can think about it :)
I currently don't see an elegant way to make this possible, and don't want to add too much complexity to this lib any more - it has enogub options as...
I might have an idea, involving a scoped slot and some trickery with a dynamic component passed as the slot prop ... Not elegant but maybe makes it work. ```html...
It is documented, near the end of the portal target docs page. https://linusborg.github.io/portal-vue/#/docs/portal-target?id=change So yes it's stable. But you should rather take a look at the Wormhole's API - it...
I'll make this a feature request - after 1.3.0 is released, the Wormhole is a Vue instance, so it should be trivial to add a computed prop that provides this...
you should be able to do this: ```html ``` with `portalIsActive` being initiated in the component's `data`.