mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): remove loading icon
This commit is contained in:
@ -115,7 +115,6 @@
|
||||
<body>
|
||||
|
||||
<ion-app>
|
||||
<ion-loading-icon></ion-loading-icon>
|
||||
</ion-app>
|
||||
|
||||
<script>
|
||||
@ -124,8 +123,6 @@
|
||||
} else {
|
||||
document.body.classList.remove('rtl');
|
||||
}
|
||||
|
||||
|
||||
System.import('index.js').then(function(m) {}, console.error.bind(console));
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user