[Vuejs]-How to set mode: 'open' when creating a shadow element using vue-custom-element

0👍

Setting options.shadow=true causes vue-custom-element to set mode to open. Since your code is doing that, your custom element would already have an open shadow root.

Leave a comment