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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 1 deletions

View File

@ -51,6 +51,8 @@ npm i vant -S
yarn add vant yarn add vant
``` ```
> Tips: Please install Vant 3.0 for Vue 3 projects, see [issue#7035](https://github.com/youzan/vant/issues/7035)
## Quickstart ## Quickstart
```js ```js

View File

@ -48,6 +48,8 @@ npm i vant -S
yarn add vant yarn add vant
``` ```
> Tips: Vue 3 项目请安装 Vant 3.0,参见 [issue#7035](https://github.com/youzan/vant/issues/7035)
## 快速上手 ## 快速上手
```js ```js

View File

@ -29,6 +29,8 @@ npm i vant -S
yarn add vant yarn add vant
``` ```
> Tips: Please install Vant 3.0 for Vue 3 projects, see [issue#7035](https://github.com/youzan/vant/issues/7035)
## Usage ## Usage
### 1. Import on demand ### 1. Import on demand

View File

@ -31,6 +31,8 @@ npm i vant -S
yarn add vant yarn add vant
``` ```
> Tips: Vue 3 项目请安装 Vant 3.0,参见 [issue#7035](https://github.com/youzan/vant/issues/7035)
### 示例工程 ### 示例工程
我们提供了一个基于 Vue Cli 的[示例工程](https://github.com/youzan/vant-demo),示例工程会帮助你了解如下内容: 我们提供了一个基于 Vue Cli 的[示例工程](https://github.com/youzan/vant-demo),示例工程会帮助你了解如下内容:

View File

@ -11,7 +11,10 @@ module.exports = {
}, },
site: { site: {
defaultLang: 'en-US', 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: { baiduAnalytics: {
seed: 'ad6b5732c36321f2dafed737ac2da92f', seed: 'ad6b5732c36321f2dafed737ac2da92f',
}, },