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
  • Loading branch information
jay-es committed Dec 12, 2024
1 parent 206ace0 commit c9f896d
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: 'フォーム入力バインディング', link: '/guide/essentials/forms' },
{
text: 'ライフサイクルフック',
link: '/guide/essentials/lifecycle'
},
{ text: 'ウォッチャー', link: '/guide/essentials/watchers' },
{ text: 'テンプレート参照', link: '/guide/essentials/template-refs' },
{
text: 'コンポーネントの基礎',
link: '/guide/essentials/component-basics'
},
{
text: 'ライフサイクルフック',
link: '/guide/essentials/lifecycle'
}
]
},
Expand Down

0 comments on commit c9f896d

Please sign in to comment.