Skip to content

Commit

Permalink
docs(vue): update markdown format for vue files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoms1 authored Mar 5, 2019
1 parent ad20bd6 commit 1c60a08
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/src/components/action-sheet/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default class ActionSheetExample extends Component<Props, State> {

### Vue

```vue
```html
<template>
<IonVuePage :title="'Action Sheet'">
<ion-button @click="presentActionSheet">Show Action Sheet</ion-button>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/action-sheet/usage/vue.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```vue
```html
<template>
<IonVuePage :title="'Action Sheet'">
<ion-button @click="presentActionSheet">Show Action Sheet</ion-button>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/alert/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ export default class AlertExample extends Component<Props, State> {

### Vue

```vue
```html
<template>
<IonVuePage :title="'Alert'">
<ion-button @click="presentAlert">Show Alert</ion-button>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/alert/usage/vue.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```vue
```html
<template>
<IonVuePage :title="'Alert'">
<ion-button @click="presentAlert">Show Alert</ion-button>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/loading/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/loading/usage/vue.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```vue
```html
<template>
<IonVuePage :title="'Loading'">
<ion-button @click="presentLoading">Show Loading</ion-button>
Expand Down
4 changes: 2 additions & 2 deletions core/src/components/modal/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class ModalExample extends Component<Props, State> {

### Vue

```vue
```html
<template>
<div>
<ion-header>
Expand Down Expand Up @@ -209,7 +209,7 @@ export default {
</script>
```

```vue
```html
<template>
<ion-page class="ion-page" main>
<ion-content class="ion-content" padding>
Expand Down
4 changes: 2 additions & 2 deletions core/src/components/modal/usage/vue.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```vue
```html
<template>
<div>
<ion-header>
Expand Down Expand Up @@ -27,7 +27,7 @@ export default {
</script>
```

```vue
```html
<template>
<ion-page class="ion-page" main>
<ion-content class="ion-content" padding>
Expand Down

0 comments on commit 1c60a08

Please sign in to comment.