docs: add vant next link (#7038)

This commit is contained in:
neverland
2020-08-22 16:56:16 +08:00
committed by GitHub
parent a0c10adbae
commit e56615af48
5 changed files with 12 additions and 1 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ module.exports = {
},
site: {
defaultLang: 'en-US',
versions: [{ label: '1.x', link: 'https://youzan.github.io/vant/1.x/' }],
versions: [
{ label: '1.x', link: 'https://youzan.github.io/vant/1.x/' },
{ label: '3.x', link: 'https://youzan.github.io/vant/next/' },
],
baiduAnalytics: {
seed: 'ad6b5732c36321f2dafed737ac2da92f',
},