We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbb312d + 2e3cf6e commit e225b4bCopy full SHA for e225b4b
README.md
@@ -1,6 +1,6 @@
1
## Vue-Core-Image-Upload
2
3
-[Chinese Doc](./README.md)
+[Chinese Doc](./README_CN.md)
4
5
a vue plugin for image upload and crop ( Support 📱 IE9+)
6
README_CN.md
@@ -77,7 +77,7 @@ new Vue({
77
| ------------- |:----------| ---------|--------------|
78
| url | String | '/crop.php' | 服务端上传的地址 |
79
| text | String | 'Upload Image' | 你需要显示按钮的文本|
80
-| inputOfFile | String | 'file' | 上船服务端对应表单 name |
+| inputOfFile | String | 'file' | 上传服务端对应表单 name |
81
| extensions | String | 'png,jpg,gif' | 限制的图片类型 |
82
| crop | Boolean | true | 是否需要裁剪 |
83
| cropRatio | String | '1:1' | 限制裁剪的形状|
0 commit comments