docs(loading): remove extra script tag from vue example

This commit is contained in:
flroent
2022-03-02 18:13:57 +01:00
committed by GitHub
parent 4b5843ed5d
commit 7131e449e5
2 changed files with 0 additions and 4 deletions

View File

@ -289,8 +289,6 @@ export class LoadingExample {
<ion-button @click="presentLoadingWithOptions">Show Loading</ion-button>
</template>
<script>
<script>
import { IonButton, loadingController } from '@ionic/vue';
import { defineComponent } from 'vue';

View File

@ -5,8 +5,6 @@
<ion-button @click="presentLoadingWithOptions">Show Loading</ion-button>
</template>
<script>
<script>
import { IonButton, loadingController } from '@ionic/vue';
import { defineComponent } from 'vue';