[Doc] fix component link URL (#739)

This commit is contained in:
neverland 2018-03-21 10:09:48 +08:00 committed by GitHub
parent 3b17c03267
commit 11f9715793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 11 deletions

View File

@ -80,7 +80,7 @@ Vue.use(Vant);
<script src="https://unpkg.com/vant/lib/vant.min.js"></script>
```
更多内容请参考 [快速上手](https://www.youzanyun.com/zanui/vant#/zh-CN/component/quickstart).
更多内容请参考 [快速上手](https://www.youzanyun.com/zanui/vant#/zh-CN/quickstart).
## 贡献代码

View File

@ -1,6 +1,4 @@
## Vant
Mobile UI Component based on `Vue 2.0`
## Quickstart
### Install

View File

@ -22,7 +22,7 @@ Use `autoplay` prop to set autoplay interval
```
#### Image Lazyload
Use [Lazyload](#/zh-CN/component/lazyload) component to lazyload image
Use [Lazyload](#/en-US/lazyload) component to lazyload image
```html
<van-swipe>

View File

@ -112,4 +112,4 @@ export default {
| address | 详细地址 | `String` |
#### 省市县列表数据格式
请参考 [Area](#/zh-CN/component/area) 组件。
请参考 [Area](#/zh-CN/area) 组件。

View File

@ -16,7 +16,7 @@
### 快速上手
请参考 [快速上手](https://www.youzanyun.com/zanui/vant#/zh-CN/component/quickstart).
请参考 [快速上手](https://www.youzanyun.com/zanui/vant#/zh-CN/quickstart).
### 贡献代码
@ -32,7 +32,7 @@
* [意见反馈](https://github.com/youzan/vant/issues)
* [加入我们](https://job.youzan.com)
* [更新日志](https://www.youzanyun.com/zanui/vant#/zh-CN/component/changelog)
* [更新日志](https://www.youzanyun.com/zanui/vant#/zh-CN/changelog)
* [React 组件库](https://www.youzanyun.com/zanui/zent)
* [微信小程序组件库](https://github.com/youzan/zanui-weapp)
* [vant-demo](https://github.com/youzan/vant-demo)

View File

@ -1,5 +1,5 @@
## PasswordInput 密码输入框
密码输入框组件通常与 [数字键盘](#/zh-CN/component/number-keyboard) 组件配合使用
密码输入框组件通常与 [数字键盘](#/zh-CN/number-keyboard) 组件配合使用
### 使用指南
``` javascript

View File

@ -22,7 +22,7 @@ Vue.use(Swipe).use(SwipeItem);
```
#### 图片懒加载
配合 [Lazyload](#/zh-CN/component/lazyload) 组件实现图片懒加载
配合 [Lazyload](#/zh-CN/lazyload) 组件实现图片懒加载
```html
<van-swipe :autoplay="3000">

View File

@ -323,7 +323,7 @@ module.exports = {
},
{
path: '/quickstart',
title: 'Getting Started',
title: 'Quickstart',
noExample: true
},
{