mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(Aside): toggle()
This commit is contained in:
@@ -111,4 +111,8 @@ export class Aside {
|
||||
close() {
|
||||
return this.setOpen(false);
|
||||
}
|
||||
|
||||
toggle() {
|
||||
return this.setOpen(!this.isOpen);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user