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

Document targetSlim #371

Open ccaspers opened 2 years ago

ccaspers commented 2 years ago

After reading https://github.com/LinusBorg/portal-vue/issues/203 and the source code (https://github.com/LinusBorg/portal-vue/blob/da8fed161051cddbeff68fb9907f750adeb2cdb5/src/components/mounting-portal.tsx#L59), it seems to me that targetSlim is a supported prop for the mounting portal.

It would be nice if it was documented, if it is intended to be used.

ccaspers commented 2 years ago

I created a small PR for it https://github.com/LinusBorg/portal-vue/pull/372