We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3712e66 commit 98634cfCopy full SHA for 98634cf
src/.vuepress/config.js
@@ -26,12 +26,21 @@ module.exports = {
26
sidebarDepth: 2,
27
sidebar: {
28
'/guide/': [
29
- 'installation',
30
- 'introduction',
31
- 'instance',
32
- 'template-syntax',
33
- 'computed',
34
- 'class-and-style'
+ {
+ title: 'Essentials',
+ collapsable: true,
+ children: [
+ 'installation',
+ 'introduction',
35
+ 'instance',
36
+ 'template-syntax',
37
+ // 'computed',
38
+ // 'class-and-style',
39
+ // 'conditional',
40
+ // 'list'
41
+ // 'events'
42
+ ]
43
+ }
44
]
45
}
46
},
0 commit comments