Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Nov 22, 2024
1 parent b7b0932 commit b07d1db
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 @@ -521,7 +521,7 @@ export class VueElement

private _update() {
const vnode = this._createVNode()
if (this._app) vnode.appContext = this._app._context
if (this._app && !this._instance) vnode.appContext = this._app._context
render(vnode, this._root)
}

Expand Down

0 comments on commit b07d1db

Please sign in to comment.