update[ImageCropper]: update vue-image-crop-upload to new version

This commit is contained in:
Pan
2018-03-13 17:57:05 +08:00
parent 01928cd4ec
commit 5f4ce7fc71
8 changed files with 1700 additions and 1475 deletions

View File

@@ -0,0 +1,7 @@
export default {
'jpg': 'image/jpeg',
'png': 'image/png',
'gif': 'image/gif',
'svg': 'image/svg+xml',
'psd': 'image/photoshop'
}