mirror of https://github.com/vuejs/core.git
Apply suggestions from code review
Co-authored-by: skirtle <65301168+skirtles-code@users.noreply.github.com>
This commit is contained in:
parent
85e2850eea
commit
c75dcd9a2e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue