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