Skip to content

Commit

Permalink
chore: minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Sep 13, 2024
1 parent 9825714 commit 7ff7496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-dom/src/apiCustomElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export class VueElement
}
// unmount
this._app && this._app.unmount()
this._instance!.ce = undefined
if (this._instance) this._instance.ce = undefined
this._app = this._instance = null
}
})
Expand Down

0 comments on commit 7ff7496

Please sign in to comment.