mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(): update dependencies
This commit is contained in:
@ -230,7 +230,7 @@ export class Modal implements OverlayInterface {
|
||||
|
||||
return [
|
||||
<ion-backdrop visible={this.showBackdrop} tappable={this.enableBackdropDismiss}/>,
|
||||
<div role='dialog' class={dialogClasses}></div>
|
||||
<div role="dialog" class={dialogClasses}></div>
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user