mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
docs(vue): update markdown format for vue files.
This commit is contained in:
@ -144,7 +144,7 @@ export class LoadingExample extends Component<Props, State> {
|
||||
|
||||
### Vue
|
||||
|
||||
```vue
|
||||
```html
|
||||
<template>
|
||||
<IonVuePage :title="'Loading'">
|
||||
<ion-button @click="presentLoading">Show Loading</ion-button>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
```vue
|
||||
```html
|
||||
<template>
|
||||
<IonVuePage :title="'Loading'">
|
||||
<ion-button @click="presentLoading">Show Loading</ion-button>
|
||||
|
||||
Reference in New Issue
Block a user