Closed alphaelf closed 2 years ago
hi i just wondering if we can use portal-target as directive that can be more useable
portal-target
<SomeComponent v-portal-target="portalName" /> <SomeHtmlTag v-portal-target:multiple="portalName" />
Nope. We need the slot content of a component to do what portal-vue does.
hi i just wondering if we can use
portal-target
as directive that can be more useable