mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
[Doc] fix component link URL (#739)
This commit is contained in:
parent
3b17c03267
commit
11f9715793
@ -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).
|
||||
|
||||
## 贡献代码
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
## Vant
|
||||
|
||||
Mobile UI Component based on `Vue 2.0`
|
||||
## Quickstart
|
||||
|
||||
### Install
|
||||
|
||||
|
@ -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>
|
||||
|
@ -112,4 +112,4 @@ export default {
|
||||
| address | 详细地址 | `String` |
|
||||
|
||||
#### 省市县列表数据格式
|
||||
请参考 [Area](#/zh-CN/component/area) 组件。
|
||||
请参考 [Area](#/zh-CN/area) 组件。
|
||||
|
@ -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)
|
||||
|
@ -1,5 +1,5 @@
|
||||
## PasswordInput 密码输入框
|
||||
密码输入框组件通常与 [数字键盘](#/zh-CN/component/number-keyboard) 组件配合使用
|
||||
密码输入框组件通常与 [数字键盘](#/zh-CN/number-keyboard) 组件配合使用
|
||||
|
||||
### 使用指南
|
||||
``` javascript
|
||||
|
@ -22,7 +22,7 @@ Vue.use(Swipe).use(SwipeItem);
|
||||
```
|
||||
|
||||
#### 图片懒加载
|
||||
配合 [Lazyload](#/zh-CN/component/lazyload) 组件实现图片懒加载
|
||||
配合 [Lazyload](#/zh-CN/lazyload) 组件实现图片懒加载
|
||||
|
||||
```html
|
||||
<van-swipe :autoplay="3000">
|
||||
|
@ -323,7 +323,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
path: '/quickstart',
|
||||
title: 'Getting Started',
|
||||
title: 'Quickstart',
|
||||
noExample: true
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user