mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
@ -201,7 +201,7 @@ export class Loading implements ComponentInterface, OverlayInterface {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
return [
|
return [
|
||||||
<ion-backdrop visible={this.showBackdrop} tappable={false} />,
|
<ion-backdrop visible={this.showBackdrop} tappable={this.backdropDismiss} />,
|
||||||
<div class="loading-wrapper" role="dialog">
|
<div class="loading-wrapper" role="dialog">
|
||||||
{this.spinner && (
|
{this.spinner && (
|
||||||
<div class="loading-spinner">
|
<div class="loading-spinner">
|
||||||
|
Reference in New Issue
Block a user