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.
1 parent 071653b commit 2e3cf6eCopy full SHA for 2e3cf6e
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