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 = {
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 ]
You can’t perform that action at this time.
0 commit comments