Skip to content

Commit

Permalink
fix(runtime-dom): custom-element: keep-alive
Browse files Browse the repository at this point in the history
  • Loading branch information
tuchg committed Oct 26, 2022
1 parent b0b74a1 commit ce4d3e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/runtime-dom/src/apiCustomElement.ts
Expand Up @@ -187,7 +187,6 @@ export class VueElement extends BaseClass {
this._connected = false
nextTick(() => {
if (!this._connected) {
render(null, this.shadowRoot!)
this._instance = null
}
})
Expand Down

0 comments on commit ce4d3e2

Please sign in to comment.