|
|
@ -154,11 +154,11 @@ |
|
|
|
this.__async = false; |
|
|
|
this.__async = false; |
|
|
|
if (async && this._isMounted) { |
|
|
|
if (async && this._isMounted) { |
|
|
|
callLifeHook(this, "beforeMount"); |
|
|
|
callLifeHook(this, "beforeMount"); |
|
|
|
} |
|
|
|
|
|
|
|
this._mount(); |
|
|
|
this._mount(); |
|
|
|
if (async && this._isMounted) { |
|
|
|
|
|
|
|
callLifeHook(this, "mounted"); |
|
|
|
callLifeHook(this, "mounted"); |
|
|
|
this.fireEvent(BI.Events.MOUNT); |
|
|
|
this.fireEvent(BI.Events.MOUNT); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
this._mount(); |
|
|
|
} |
|
|
|
} |
|
|
|
popTarget(); |
|
|
|
popTarget(); |
|
|
|
}, |
|
|
|
}, |
|
|
|