mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +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>
|
<ion-button @click="presentLoadingWithOptions">Show Loading</ion-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { IonButton, loadingController } from '@ionic/vue';
|
import { IonButton, loadingController } from '@ionic/vue';
|
||||||
import { defineComponent } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
<ion-button @click="presentLoadingWithOptions">Show Loading</ion-button>
|
<ion-button @click="presentLoadingWithOptions">Show Loading</ion-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { IonButton, loadingController } from '@ionic/vue';
|
import { IonButton, loadingController } from '@ionic/vue';
|
||||||
import { defineComponent } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
|
Reference in New Issue
Block a user