Skip to content

Commit b8a349f

Browse files
committed
docs(en): add basic counter examples to menu
1 parent a1add07 commit b8a349f

File tree

6 files changed

+33
-3
lines changed

6 files changed

+33
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Class API (basic)
3+
position: 35
4+
description: TypeScript Support for Nuxt.js
5+
category: Examples
6+
fullscreen: true
7+
---
8+
9+
10+
<Example name="class-api/basic" />

docs/content/en/examples/class-api/minimal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Class API
2+
title: Class API (minimal)
33
position: 34
44
description: TypeScript Support for Nuxt.js
55
category: Examples
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Composition API (basic)
3+
position: 39
4+
description: TypeScript Support for Nuxt.js
5+
category: Examples
6+
fullscreen: true
7+
---
8+
9+
10+
<Example name="composition-api/basic" />

docs/content/en/examples/composition-api/minimal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Composition API
2+
title: Composition API (minimal)
33
position: 38
44
description: TypeScript Support for Nuxt.js
55
category: Examples
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Options API (basic)
3+
position: 31
4+
description: TypeScript Support for Nuxt.js
5+
category: Examples
6+
fullscreen: true
7+
---
8+
9+
10+
<Example name="options-api/basic" />

docs/content/en/examples/options-api/minimal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Options API
2+
title: Options API (minimal)
33
position: 30
44
description: TypeScript Support for Nuxt.js
55
category: Examples

0 commit comments

Comments
 (0)