vue-image-crop-upload
Advanced tools
Comparing version 2.4.0 to 2.5.0
{ | ||
"name": "vue-image-crop-upload", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "a vue plgin for image upload and crop(vue图片剪裁上传插件)", | ||
@@ -5,0 +5,0 @@ "main": "upload-2.vue", |
@@ -17,2 +17,5 @@ # vue-image-crop-upload | ||
## Change log | ||
#### @2.5.0 | ||
- added http method prop (thanks @sarco3t) | ||
#### @2.4.0 | ||
@@ -109,2 +112,3 @@ - Added the **src-file-set** event, emit event when file is selected (thanks @choruru) | ||
| url | String | '' | Server api path,like "/avatar/upload", If empty, will not be uploaded | | ||
| method | String | 'POST' | request http method | | ||
| field | String | 'upload' | Upload input filename, used for server side get the file stream. | | ||
@@ -397,2 +401,3 @@ | value | Boolean | twoWay | show or not | | ||
| url | String | '' | 上传接口地址,如果为空,图片不会上传 | | ||
| method | String | 'POST' | 上传方法 | | ||
| field | String | 'upload' | 向服务器上传的文件名 | | ||
@@ -399,0 +404,0 @@ | value | Boolean | twoWay | 是否显示控件,双向绑定 | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1983483
40480
608