Skip to content

Commit

Permalink
fix(runtime-dom): custom-element: ensure remount's render after unmount
Browse files Browse the repository at this point in the history
  • Loading branch information
tuchg committed Oct 27, 2022
1 parent 830454a commit 3581583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-dom/src/apiCustomElement.ts
Expand Up @@ -189,6 +189,7 @@ export class VueElement extends BaseClass {
if (!this._connected) {
render(null, this.shadowRoot!)
this._instance = null
this._resolved = false
}
})
}
Expand Down

0 comments on commit 3581583

Please sign in to comment.