mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(menu): all menus can be disabled
This commit is contained in:
@ -107,7 +107,7 @@ import { ViewController } from '../../navigation/view-controller';
|
||||
* ```ts
|
||||
* import { ViewChild } from '@angular/core';
|
||||
* import { Slides } from 'ionic-angular';
|
||||
|
||||
|
||||
* class MyPage {
|
||||
* @ViewChild(Slides) slides: Slides;
|
||||
*
|
||||
@ -971,6 +971,12 @@ export class Slides extends Ion {
|
||||
}
|
||||
}
|
||||
|
||||
resize() {
|
||||
if (this._init) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Transition to the specified slide.
|
||||
*
|
||||
|
Reference in New Issue
Block a user