EranGrin / vue-web-component-wrapper

vue3 - web component wrapper plugin
https://erangrin.github.io/vue-web-component-wrapper/
50 stars 5 forks source link

Add parameter to skip removing the styles #12

Closed dgoemans closed 7 months ago

dgoemans commented 7 months ago

Add an optional configuration option to skip removing the styles on each component's unmount. This resolves #11, where styles were removed before the transition animation was started, and created a visual artifact of unstyled components animating.