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

Get teleported DOM #79

Open Yaro77 opened 2 years ago

Yaro77 commented 2 years ago

How do I get component DOM via component? this.$el returns comment. I know I can do this with document.querySelector, but is there any way to do this component way?