Skip to content

Commit a80873d

Browse files
kvanvigsszymonlicau
authored andcommitted
docs: changed lifecycle hooks to be after components basics in sidebar (#3125)
* Add files via upload tesst * Delete test.txt * Fixed issue #3094 It was stated that Lifecycle hooks should be at the end of the essentials tab because it fits the narrative better. vuejs/docs#3094
1 parent 39dd8c7 commit a80873d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vitepress/config.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@ export const sidebar: ThemeConfig['sidebar'] = {
176176
link: '/guide/essentials/event-handling'
177177
},
178178
{ text: 'Form Input Bindings', link: '/guide/essentials/forms' },
179-
{
180-
text: 'Lifecycle Hooks',
181-
link: '/guide/essentials/lifecycle'
182-
},
183179
{ text: 'Watchers', link: '/guide/essentials/watchers' },
184180
{ text: 'Template Refs', link: '/guide/essentials/template-refs' },
185181
{
186182
text: 'Components Basics',
187183
link: '/guide/essentials/component-basics'
184+
},
185+
{
186+
text: 'Lifecycle Hooks',
187+
link: '/guide/essentials/lifecycle'
188188
}
189189
]
190190
},

0 commit comments

Comments
 (0)