mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
refactor(all): avoid using export const enum (#16614)
* refactor(all): avoid using export const enum fixes #16497 * add tslint
This commit is contained in:
@ -187,7 +187,7 @@ export class Tabs implements NavOutlet {
|
||||
if (this.useRouter) {
|
||||
const router = this.doc.querySelector('ion-router');
|
||||
if (router) {
|
||||
return router.navChanged(1);
|
||||
return router.navChanged('forward');
|
||||
}
|
||||
}
|
||||
return Promise.resolve(false);
|
||||
|
||||
Reference in New Issue
Block a user