[Doc] fix links (#3663)

This commit is contained in:
neverland
2019-06-27 14:50:28 +08:00
committed by GitHub
parent ddb24e6762
commit 96458cce9b
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ Example of `AreaList`
}
```
All code of China: [Area.json](https://github.com/youzan/vant/blob/dev/packages/area/demo/area-en.js)
All code of China: [Area.json](https://github.com/youzan/vant/blob/dev/src/area/demo/area-en.js)
### argument of callback function confirm
+1 -1
View File
@@ -105,7 +105,7 @@ Vue.use(Area);
}
```
完整数据见 [Area.json](https://github.com/youzan/vant/blob/dev/packages/area/demo/area.js)
完整数据见 [Area.json](https://github.com/youzan/vant/blob/dev/src/area/demo/area.js)
### 点击完成时返回的数据格式
+1 -1
View File
@@ -45,4 +45,4 @@ Current supported languages:
| English | en-US |
| Turkish | tr-TR |
View all language configs [Here](https://github.com/youzan/vant/tree/dev/packages/locale/lang).
View all language configs [Here](https://github.com/youzan/vant/tree/dev/src/locale/lang).
+1 -1
View File
@@ -45,4 +45,4 @@ Locale.add(messages);
| 英语 | en-US |
| 土耳其语 | tr-TR |
在 [这里](https://github.com/youzan/vant/tree/dev/packages/locale/lang) 查看所有的 i18n 配置文件。
在 [这里](https://github.com/youzan/vant/tree/dev/src/locale/lang) 查看所有的 i18n 配置文件。