Skip to content

Add possibility to avoid auto destroying detached Custom Element

Compare
Choose a tag to compare
@karol-f karol-f released this 08 May 18:35
· 36 commits to master since this release

Add possibility to avoid auto destroying detached Custom Element - PR from @akki-jat - thanks!

Vue.customElement('demo-component', DemoComponent, { destroyTimeout: null } );