mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
tabs wip
This commit is contained in:
@ -110,7 +110,7 @@ export class NavBase {
|
||||
}
|
||||
|
||||
push(Component, params = {}, opts = {}) {
|
||||
if (this.isTransitioning()) {
|
||||
if (!Component || this.isTransitioning()) {
|
||||
return Promise.reject();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user