Skip to content

Commit 908a334

Browse files
authored
refactor: move composition api guide to increase discoverability (#713)
1 parent 4883478 commit 908a334

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/.vuepress/config.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ const sidebar = {
5858
title: 'Reusability & Composition',
5959
collapsable: false,
6060
children: [
61+
{
62+
title: 'Composition API',
63+
children: [
64+
'/guide/composition-api-introduction',
65+
'/guide/composition-api-setup',
66+
'/guide/composition-api-lifecycle-hooks',
67+
'/guide/composition-api-provide-inject',
68+
'/guide/composition-api-template-refs'
69+
]
70+
},
6171
'/guide/mixins',
6272
'/guide/custom-directive',
6373
'/guide/teleport',
@@ -77,16 +87,6 @@ const sidebar = {
7787
'/guide/reactivity-computed-watchers'
7888
]
7989
},
80-
{
81-
title: 'Composition API',
82-
children: [
83-
'/guide/composition-api-introduction',
84-
'/guide/composition-api-setup',
85-
'/guide/composition-api-lifecycle-hooks',
86-
'/guide/composition-api-provide-inject',
87-
'/guide/composition-api-template-refs'
88-
]
89-
},
9090
'/guide/optimizations',
9191
'/guide/change-detection'
9292
]

0 commit comments

Comments
 (0)