Skip to content

Commit 5103a96

Browse files
committed
feat(docs): add vue docs in sidebar
1 parent 0f909f8 commit 5103a96

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.vitepress/config/sidebar.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ export const sidebar: Record<Locales, DefaultTheme.Sidebar> = {
2020
{ text: 'Change Log', link: '/core/changelog' },
2121
],
2222
},
23-
// {
24-
// text: 'Vue.js',
25-
// items: [
26-
// { text: 'Usage Docs', link: '/vue/' },
27-
// { text: 'Change Log', link: '/vue/changelog' },
28-
// ],
29-
// },
23+
{
24+
text: 'Vue.js',
25+
items: [
26+
{ text: 'Usage Docs', link: '/vue/' },
27+
{ text: 'Change Log', link: '/vue/changelog' },
28+
],
29+
},
3030
],
3131

3232
/**

0 commit comments

Comments
 (0)