mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs: add vant next link (#7038)
This commit is contained in:
parent
a0c10adbae
commit
e56615af48
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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),示例工程会帮助你了解如下内容:
|
||||||
|
@ -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',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user