Skip to content

Commit c5b06a4

Browse files
committed
style: lint
1 parent 730a12a commit c5b06a4

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

docs/vue/quickstart.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@ You can enhance your Home page with more Ionic UI components. For example, add a
175175

176176
Then, import the `IonButton` component in the `<script>` tag:
177177

178-
```ts
178+
```html
179179
<script setup lang="ts">
180-
import { IonButton, IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/vue';</script>
180+
import { IonButton, IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/vue';
181+
</script>
181182
```
182183

183184
## Add a New Page
@@ -325,7 +326,7 @@ npm uninstall --save typescript @types/jest @typescript-eslint/eslint-plugin @ty
325326

326327
8. In package.json, change the build script from `"build": "vue-tsc && vite build"` to `"build": "vite build"`.
327328

328-
8. Install terser `npm i -D terser`.
329+
9. Install terser `npm i -D terser`.
329330

330331
## Explore More
331332

versioned_docs/version-v6/vue/quickstart.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@ You can enhance your Home page with more Ionic UI components. For example, add a
175175

176176
Then, import the `IonButton` component in the `<script>` tag:
177177

178-
```ts
178+
```html
179179
<script setup lang="ts">
180-
import { IonButton, IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/vue';</script>
180+
import { IonButton, IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/vue';
181+
</script>
181182
```
182183

183184
## Add a New Page
@@ -325,7 +326,7 @@ npm uninstall --save typescript @types/jest @typescript-eslint/eslint-plugin @ty
325326

326327
8. In package.json, change the build script from `"build": "vue-tsc && vite build"` to `"build": "vite build"`.
327328

328-
8. Install terser `npm i -D terser`.
329+
9. Install terser `npm i -D terser`.
329330

330331
## Explore More
331332

versioned_docs/version-v7/vue/quickstart.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@ You can enhance your Home page with more Ionic UI components. For example, add a
175175

176176
Then, import the `IonButton` component in the `<script>` tag:
177177

178-
```ts
178+
```html
179179
<script setup lang="ts">
180-
import { IonButton, IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/vue';</script>
180+
import { IonButton, IonContent, IonHeader, IonPage, IonTitle, IonToolbar } from '@ionic/vue';
181+
</script>
181182
```
182183

183184
## Add a New Page
@@ -325,7 +326,7 @@ npm uninstall --save typescript @types/jest @typescript-eslint/eslint-plugin @ty
325326

326327
8. In package.json, change the build script from `"build": "vue-tsc && vite build"` to `"build": "vite build"`.
327328

328-
8. Install terser `npm i -D terser`.
329+
9. Install terser `npm i -D terser`.
329330

330331
## Explore More
331332

0 commit comments

Comments
 (0)