Browse Source

KERNEL-8279 refactor:router-view销毁时移除callbacklistener

es6
Guyi 3 years ago
parent
commit
b420ecf14b
  1. 2
      dist/router.js

2
dist/router.js vendored

@ -3182,7 +3182,7 @@
};
},
destroyed: function () {
BI.remove(cbs, this._callbackListener);
cbs.remove(this._callbackListener);
}
});
BI.shortcut("bi.router_view", BI.RouterView);

Loading…
Cancel
Save