Skip to content

Commit

Permalink
Build(config): Change the lifecycle hook position #1508 (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisma95 authored Dec 10, 2024
1 parent e09e61a commit 1464435
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 @@ -190,10 +190,6 @@ export const sidebar: ThemeConfig['sidebar'] = {
text: "Liaisons des entrées d'un formulaire",
link: '/guide/essentials/forms'
},
{
text: 'Les hooks du cycle de vie',
link: '/guide/essentials/lifecycle'
},
{ text: 'Observateurs', link: '/guide/essentials/watchers' },
{
text: 'Les refs du template',
Expand All @@ -202,6 +198,10 @@ export const sidebar: ThemeConfig['sidebar'] = {
{
text: 'Principes fondamentaux des Composants',
link: '/guide/essentials/component-basics'
},
{
text: 'Les hooks du cycle de vie',
link: '/guide/essentials/lifecycle'
}
]
},
Expand Down

0 comments on commit 1464435

Please sign in to comment.