LinusBorg / vue-simple-portal

A simpler Portal implementation focussed on moving slot content to the end of the body element
Other
223 stars 28 forks source link

Portal component name #8

Closed tmorehouse closed 5 years ago

tmorehouse commented 5 years ago

Should this use PortalSimple instead of Portal to prevent conflicts if using both portal-vue and vue-simple-portal? Although I know one can import Portal as an alias.

tmorehouse commented 5 years ago

Ah, I just noticed that the name can be changed in the config options.

LinusBorg commented 5 years ago

Yep. That should solve it.

Also using both libs in a project seems unnecessary.