Skip to content

Commit c1e6e85

Browse files
committed
chore: tweaks
1 parent cb019c1 commit c1e6e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-dom/src/apiCustomElement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ export class VueElement
521521

522522
private _update() {
523523
const vnode = this._createVNode()
524-
if (this._app && !this._instance) vnode.appContext = this._app._context
524+
if (this._app) vnode.appContext = this._app._context
525525
render(vnode, this._root)
526526
}
527527

0 commit comments

Comments
 (0)