LinusBorg / portal-vue

A feature-rich Portal Plugin for Vue 3, for rendering DOM outside of a component, anywhere in your app or the entire document. (Vue 2 version: v2.portal-vue.linusb.org)
http://portal-vue.linusb.org
MIT License
3.9k stars 187 forks source link

Is it possible to use multiple destinations #370

Closed vedmant closed 2 years ago

vedmant commented 2 years ago

For example I have two layouts for desktop and mobile, and both will have the same portal. Right now only first portal works, is it possible to render the same layout in both portals with the same name? Or maybe a way to select multiple destinations?

vedmant commented 2 years ago

Sorry, looks like it actually works, I just missed one issue in my code.