docs: update version

This commit is contained in:
chenjiahan 2021-01-09 10:33:46 +08:00
parent e0d8d6efb2
commit 366ef4fd5d
7 changed files with 12 additions and 12 deletions

View File

@ -43,10 +43,10 @@
## Install
```bash
# Install vant 2.x for Vue 2 project
# Install vant v2 for Vue 2 project
npm i vant -S
# Install vant 3.x for Vue 3 project
# Install vant v3 for Vue 3 project
npm i vant@next -S
```

View File

@ -46,10 +46,10 @@ Vant 是**有赞前端团队**开源的移动端组件库,于 2017 年开源
## 安装
```bash
# Vue 2 项目,安装 Vant 2.x 版本:
# Vue 2 项目,安装 Vant v2 版本:
npm i vant -S
# Vue 3 项目,安装 Vant 3.x 版本:
# Vue 3 项目,安装 Vant v3 版本:
npm i vant@next -S
```

View File

@ -2,7 +2,7 @@
### Tips
The current document is the changelog of Vant 2.x. If you want to view the changelog of Vant 3.x, please visit [Vant 3.x Changelog](https://youzan.github.io/vant/next/#/en-US/changelog).
The current document is the changelog of Vant v2. If you want to view the changelog of Vant 3.x, please visit [Vant 3.x Changelog](https://youzan.github.io/vant/next/#/en-US/changelog).
### Intro

View File

@ -2,7 +2,7 @@
### 提示
当前文档为 Vant 2.x 版本的更新日志,如需查询 Vant 3.x 的更新内容,请访问 [Vant 3.x 更新日志](https://youzan.github.io/vant/next/#/zh-CN/changelog)。
当前文档为 Vant v2 版本的更新日志,如需查询 Vant v3 的更新内容,请访问 [Vant 3.x 更新日志](https://youzan.github.io/vant/next/#/zh-CN/changelog)。
### 介绍

View File

@ -19,8 +19,8 @@
```bash
# 克隆仓库
# 默认为 dev 分支,包含 Vant 3.x 的代码
# 如果需要在 Vant 2.x 上进行更改,请基于 2.x 分支进行开发
# 默认为 dev 分支,包含 Vant v3 的代码
# 如果需要在 Vant v2 上进行更改,请基于 2.x 分支进行开发
git clone git@github.com:youzan/vant.git
# 安装依赖

View File

@ -5,10 +5,10 @@
### npm
```bash
# Install vant 2.x for Vue 2 project
# Install vant v2 for Vue 2 project
npm i vant -S
# Install vant 3.x for Vue 3 project
# Install vant v3 for Vue 3 project
npm i vant@next -S
```

View File

@ -11,10 +11,10 @@
在现有项目中使用 Vant 时,可以通过 `npm``yarn` 进行安装:
```bash
# Vue 2 项目,安装 Vant 2.x 版本:
# Vue 2 项目,安装 Vant v2 版本:
npm i vant -S
# Vue 3 项目,安装 Vant 3.x 版本:
# Vue 3 项目,安装 Vant v3 版本:
npm i vant@next -S
```