mo 2 years ago
parent
commit
71411bbce6
1 changed files with 7 additions and 3 deletions
  1. 7 3
      src/components/ImageCropper/index.vue

+ 7 - 3
src/components/ImageCropper/index.vue

@@ -68,9 +68,13 @@ export default {
         return ['image/jpeg', 'image/png', 'image/jpg', 'image/gif']
       }
     },
-    disabled: {
-      type: Boolean,
-      default: false
+    bucket_name: {
+      type: String,
+      default: "daya",
+    },
+    disabled:{
+       type: Boolean,
+      default: false,
     }
   },
   data() {