Skip to content

Commit 3056c7a

Browse files
authored
docs: changed lifecycle hooks to be after components basics in sidebar (#2451)
1 parent 206ace0 commit 3056c7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
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: 'フォーム入力バインディング', link: '/guide/essentials/forms' },
184-
{
185-
text: 'ライフサイクルフック',
186-
link: '/guide/essentials/lifecycle'
187-
},
188184
{ text: 'ウォッチャー', link: '/guide/essentials/watchers' },
189185
{ text: 'テンプレート参照', link: '/guide/essentials/template-refs' },
190186
{
191187
text: 'コンポーネントの基礎',
192188
link: '/guide/essentials/component-basics'
189+
},
190+
{
191+
text: 'ライフサイクルフック',
192+
link: '/guide/essentials/lifecycle'
193193
}
194194
]
195195
},

0 commit comments

Comments
 (0)