karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

fix: comp is destroyed when used in dynamic comp which is kept alive #165

Closed akki-jat closed 5 years ago

akki-jat commented 5 years ago

Providing destroyOnDetach option (default true) which will be checked to see if component should be destroyed or not when removed from DOM

For more info look #164