Skip to content

Commit 7333805

Browse files
authored
fix: remove duplicated guide (vuejs#319)
1 parent a5495cd commit 7333805

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/.vuepress/config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ const sidebar = {
4141
'/guide/transitions-state'
4242
]
4343
},
44-
{
45-
title: 'Internals',
46-
collapsable: false,
47-
children: [
48-
'/guide/reactivity',
49-
'/guide/optimizations',
50-
'/guide/change-detection'
51-
]
52-
},
5344
{
5445
title: 'Reusability & Composition',
5546
collapsable: false,

0 commit comments

Comments
 (0)