Skip to content

Commit

Permalink
add link to v2 docs in docs dropdown
Browse files Browse the repository at this point in the history
close #1689
  • Loading branch information
yyx990803 committed May 5, 2022
1 parent 4560bc1 commit 4acd127
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ const nav = [
{ text: 'Tutorial', link: '/tutorial/' },
{ text: 'Examples', link: '/examples/' },
{ text: 'Quick Start', link: '/guide/quick-start' },
{ text: 'Style Guide', link: '/style-guide/' },
// { text: 'Style Guide', link: '/style-guide/' },
{
text: 'Vue 2 Docs',
link: 'https://v2.vuejs.org'
},
{
text: 'Migration from Vue 2',
link: 'https://v3-migration.vuejs.org/'
Expand Down Expand Up @@ -110,7 +114,7 @@ const nav = [
{
text: 'Partners',
link: '/partners/',
activeMatch: `^/partners/`,
activeMatch: `^/partners/`
}
]

Expand Down

0 comments on commit 4acd127

Please sign in to comment.