mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(vue): update markdown format for vue files.
This commit is contained in:
@ -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>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
```vue
|
||||
```html
|
||||
<template>
|
||||
<IonVuePage :title="'Action Sheet'">
|
||||
<ion-button @click="presentActionSheet">Show Action Sheet</ion-button>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
```vue
|
||||
```html
|
||||
<template>
|
||||
<IonVuePage :title="'Alert'">
|
||||
<ion-button @click="presentAlert">Show Alert</ion-button>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -180,7 +180,7 @@ export class ModalExample extends Component<Props, State> {
|
||||
|
||||
### Vue
|
||||
|
||||
```vue
|
||||
```html
|
||||
<template>
|
||||
<div>
|
||||
<ion-header>
|
||||
@ -209,7 +209,7 @@ export default {
|
||||
</script>
|
||||
```
|
||||
|
||||
```vue
|
||||
```html
|
||||
<template>
|
||||
<ion-page class="ion-page" main>
|
||||
<ion-content class="ion-content" padding>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
```vue
|
||||
```html
|
||||
<template>
|
||||
<div>
|
||||
<ion-header>
|
||||
@ -27,7 +27,7 @@ export default {
|
||||
</script>
|
||||
```
|
||||
|
||||
```vue
|
||||
```html
|
||||
<template>
|
||||
<ion-page class="ion-page" main>
|
||||
<ion-content class="ion-content" padding>
|
||||
|
||||
Reference in New Issue
Block a user