Skip to content

Commit

Permalink
Fixed issue vuejs#3094
Browse files Browse the repository at this point in the history
It was stated that Lifecycle hooks should be at the end of the essentials tab because it fits the narrative better. vuejs#3094
  • Loading branch information
kvanvigs authored Dec 7, 2024
1 parent bcf4ed1 commit ae3cbb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,15 @@ export const sidebar: ThemeConfig['sidebar'] = {
link: '/guide/essentials/event-handling'
},
{ text: 'Form Input Bindings', link: '/guide/essentials/forms' },
{
text: 'Lifecycle Hooks',
link: '/guide/essentials/lifecycle'
},
{ text: 'Watchers', link: '/guide/essentials/watchers' },
{ text: 'Template Refs', link: '/guide/essentials/template-refs' },
{
text: 'Components Basics',
link: '/guide/essentials/component-basics'
},
{
text: 'Lifecycle Hooks',
link: '/guide/essentials/lifecycle'
}
]
},
Expand Down

0 comments on commit ae3cbb7

Please sign in to comment.