Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: skirtle <65301168+skirtles-code@users.noreply.github.com>
  • Loading branch information
edison1105 and skirtles-code authored Dec 31, 2024
1 parent 85e2850 commit c75dcd9
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 @@ -404,7 +404,7 @@ export class VueElement
const asyncDef = (this._def as ComponentOptions).__asyncLoader
if (asyncDef) {
this._pendingResolve = asyncDef().then((def: InnerComponentDef) => {
if (this._def.configureApp) def.configureApp = this._def.configureApp
def.configureApp = this._def.configureApp
resolve((this._def = def), true)
})
} else {
Expand Down

0 comments on commit c75dcd9

Please sign in to comment.