Closed yaiks closed 3 years ago
By now, the modal using Vue Teleport API always target the <body> tag. It would be nice to make it customizable through a props passed to the vue-cookie-comply component.
<body>
vue-cookie-comply
Something like:
<vue-cookie-comply modalTarget="#app" />
By now, the modal using Vue Teleport API always target the
<body>
tag. It would be nice to make it customizable through a props passed to thevue-cookie-comply
component.Something like: