docs(vue): update markdown format for vue files.

This commit is contained in:
Josh Thomas
2019-03-04 19:38:16 -06:00
committed by GitHub
parent ad20bd6a70
commit 1c60a083e5
8 changed files with 10 additions and 10 deletions

View File

@ -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>

View File

@ -1,4 +1,4 @@
```vue
```html
<template>
<IonVuePage :title="'Loading'">
<ion-button @click="presentLoading">Show Loading</ion-button>