Skip to content

Commit 7d15b57

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,15 @@ export const sidebar: ThemeConfig['sidebar'] = {
181181
link: '/guide/essentials/event-handling'
182182
},
183183
{ text: 'Form Input Bindings', link: '/guide/essentials/forms' },
184-
{
185-
text: 'Lifecycle Hooks',
186-
link: '/guide/essentials/lifecycle'
187-
},
188184
{ text: 'Watchers', link: '/guide/essentials/watchers' },
189185
{ text: 'Template Refs', link: '/guide/essentials/template-refs' },
190186
{
191187
text: 'Components Basics',
192188
link: '/guide/essentials/component-basics'
189+
},
190+
{
191+
text: 'Lifecycle Hooks',
192+
link: '/guide/essentials/lifecycle'
193193
}
194194
]
195195
},

0 commit comments

Comments
 (0)