File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,16 @@ const sidebar = {
58
58
title : 'Reusability & Composition' ,
59
59
collapsable : false ,
60
60
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
+ } ,
61
71
'/guide/mixins' ,
62
72
'/guide/custom-directive' ,
63
73
'/guide/teleport' ,
@@ -77,16 +87,6 @@ const sidebar = {
77
87
'/guide/reactivity-computed-watchers'
78
88
]
79
89
} ,
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
- } ,
90
90
'/guide/optimizations' ,
91
91
'/guide/change-detection'
92
92
]
You can’t perform that action at this time.
0 commit comments