Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae3cbb7

Browse files
authoredDec 7, 2024··
Fixed issue #3094
It was stated that Lifecycle hooks should be at the end of the essentials tab because it fits the narrative better. #3094
1 parent bcf4ed1 commit ae3cbb7

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
@@ -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)
Please sign in to comment.