Replies: 1 comment
-
|
Workaround that works for me: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What problem does this feature solve?
Currently, the user can't pass any options available for the native
attachShadowto Vue'sdefineCustomElement. Vue does automatically passmode: openwhen it attaches the custom element, but it's not sufficient for many use cases and requires the developer to implement cumbersome workarounds, especially withdelegatesFocus.What does the proposed API look like?
Beta Was this translation helpful? Give feedback.
All reactions