mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
docs(loading): remove extra script tag from vue example
This commit is contained in:
@ -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';
|
||||
|
@ -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';
|
||||
|
Reference in New Issue
Block a user