Skip to content

Commit

Permalink
docs: changed lifecycle hooks to be after components basics in sidebar (
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kvanvigs authored and szymonlicau committed Dec 9, 2024
1 parent 39dd8c7 commit a80873d
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 @@ -176,15 +176,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 a80873d

Please sign in to comment.