Add possibility to avoid auto destroying detached Custom Element
Add possibility to avoid auto destroying detached Custom Element - PR from @akki-jat - thanks!
Vue.customElement('demo-component', DemoComponent, { destroyTimeout: null } );
Add possibility to avoid auto destroying detached Custom Element - PR from @akki-jat - thanks!
Vue.customElement('demo-component', DemoComponent, { destroyTimeout: null } );