Skip to content

Commit e225b4b

Browse files
committed
2 parents dbb312d + 2e3cf6e commit e225b4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Vue-Core-Image-Upload
22

3-
[Chinese Doc](./README.md)
3+
[Chinese Doc](./README_CN.md)
44

55
a vue plugin for image upload and crop ( Support 📱 IE9+)
66

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ new Vue({
7777
| ------------- |:----------| ---------|--------------|
7878
| url | String | '/crop.php' | 服务端上传的地址 |
7979
| text | String | 'Upload Image' | 你需要显示按钮的文本|
80-
| inputOfFile | String | 'file' | 上船服务端对应表单 name |
80+
| inputOfFile | String     |   'file' | 上传服务端对应表单 name |
8181
| extensions | String | 'png,jpg,gif' | 限制的图片类型 |
8282
| crop | Boolean | true | 是否需要裁剪 |
8383
| cropRatio | String | '1:1' | 限制裁剪的形状|

0 commit comments

Comments
 (0)