Skip to content

Commit b3e0583

Browse files
committed
chore: dropdown - remove test links, and make it collapsed by default on mobile.
1 parent 650089d commit b3e0583

File tree

2 files changed

+1
-95
lines changed

2 files changed

+1
-95
lines changed

docs/.vuepress/config.js

-94
Original file line numberDiff line numberDiff line change
@@ -25,100 +25,6 @@ module.exports = {
2525
{
2626
text: 'Default Theme Config',
2727
link: '/default-theme-config/'
28-
},
29-
{
30-
text: 'Links',
31-
items: [
32-
{
33-
text: 'Vue',
34-
link: 'https://vuejs.org/',
35-
},
36-
{
37-
text: 'Vue-Router',
38-
link: 'https://router.vuejs.org/en/',
39-
},
40-
{
41-
text: 'Vue-CLI',
42-
link: 'https://github.com/vuejs/vue-cli/blob/dev/docs/README.md',
43-
},
44-
{
45-
text: 'Vue-Press',
46-
link: '/',
47-
},
48-
]
49-
},
50-
{
51-
text: 'Ecosystem',
52-
items: [
53-
{
54-
text: 'Help',
55-
items: [
56-
{
57-
text: 'Forum',
58-
link: 'https://forum.vuejs.org/'
59-
},
60-
{
61-
text: 'Chat',
62-
link: 'https://chat.vuejs.org/'
63-
}
64-
]
65-
},
66-
{
67-
text: 'Tooling',
68-
items: [
69-
{
70-
text: 'Devtools',
71-
link: 'https://github.com/vuejs/vue-devtools'
72-
},
73-
{
74-
text: 'Webpack Template',
75-
link: 'https://vuejs-templates.github.io/webpack'
76-
},
77-
{
78-
text: 'Vue Loader',
79-
link: 'https://vue-loader.vuejs.org'
80-
}
81-
]
82-
},
83-
{
84-
text: 'News',
85-
items: [
86-
{
87-
text: 'Weekly News',
88-
link: 'https://news.vuejs.org'
89-
},
90-
{
91-
text: 'Roadmap',
92-
link: 'https://github.com/vuejs/roadmap'
93-
},
94-
{
95-
text: 'Twitter',
96-
link: 'https://twitter.com/vuejs'
97-
},
98-
{
99-
text: 'Blog',
100-
link: 'https://medium.com/the-vue-point'
101-
},
102-
{
103-
text: 'Jobs',
104-
link: 'https://vuejobs.com/?ref=vuejs'
105-
}
106-
]
107-
},
108-
{
109-
text: 'Resource Lists',
110-
items: [
111-
{
112-
text: 'Vue Curated',
113-
link: 'https://curated.vuejs.org/'
114-
},
115-
{
116-
text: 'Awesome Vue',
117-
link: 'https://github.com/vuejs/awesome-vue'
118-
}
119-
]
120-
}
121-
]
12228
}
12329
],
12430
sidebar: {

lib/default-theme/DropdownLink.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
components: { NavLink },
3333
data() {
3434
return {
35-
open: true
35+
open: false
3636
}
3737
},
3838
props: {

0 commit comments

Comments
 (0)