docs: update site version link

This commit is contained in:
chenjiahan 2021-01-09 10:30:30 +08:00
parent cebd2d79ee
commit a5b3aa8159
4 changed files with 8 additions and 8 deletions

View File

@ -2389,6 +2389,6 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
同时Vant 3.0 版本也在酝酿当中,不出意外的话,<b>3.0 版本会基于 Vue 3.0 实现,并争取和 Vue 3.0 同期发布</b> 同时Vant 3.0 版本也在酝酿当中,不出意外的话,<b>3.0 版本会基于 Vue 3.0 实现,并争取和 Vue 3.0 同期发布</b>
对于 Vant 1.x 版本,后续会进入维护期,跟进问题修复,但不再引入功能性改动。 对于 Vant v1 版本,后续会进入维护期,跟进问题修复,但不再引入功能性改动。
![](https://img.yzcdn.cn/public_files/2019/06/11/4e7202acbfc399622e428eb1485e1591.png) ![](https://img.yzcdn.cn/public_files/2019/06/11/4e7202acbfc399622e428eb1485e1591.png)

View File

@ -185,8 +185,8 @@ module.exports = {
site: { site: {
versions: [ versions: [
{ {
label: '1.x', label: 'v1',
link: 'https://youzan.github.io/vant/1.x/', link: 'https://youzan.github.io/vant/v1/',
}, },
], ],
}, },

View File

@ -239,4 +239,4 @@ export default {
### 引入时提示 dependencies not found ### 引入时提示 dependencies not found
在 1.x 版本中,动作面板的组件名为`Actionsheet`,从 2.0 版本开始更名为`ActionSheet`,请注意区分。 v1 版本中,动作面板的组件名为`Actionsheet`,从 2.0 版本开始更名为`ActionSheet`,请注意区分。

View File

@ -12,8 +12,8 @@ module.exports = {
site: { site: {
defaultLang: 'en-US', defaultLang: 'en-US',
versions: [ versions: [
{ label: '1.x', link: '/vant/1.x/' }, { label: 'v1', link: '/vant/v1/' },
{ label: '3.x', link: '/vant/next/' }, { label: 'v3', link: '/vant/v3/' },
], ],
baiduAnalytics: { baiduAnalytics: {
seed: 'ad6b5732c36321f2dafed737ac2da92f', seed: 'ad6b5732c36321f2dafed737ac2da92f',
@ -144,7 +144,7 @@ module.exports = {
}, },
{ {
path: 'cascader', path: 'cascader',
title: 'Cascader 级联选择' title: 'Cascader 级联选择',
}, },
{ {
path: 'checkbox', path: 'checkbox',
@ -515,7 +515,7 @@ module.exports = {
}, },
{ {
path: 'cascader', path: 'cascader',
title: 'Cascader' title: 'Cascader',
}, },
{ {
path: 'checkbox', path: 'checkbox',