Skip to content

Commit 12788c6

Browse files
committed
Use file as prefill type prop for avoid type check failed error
1 parent c5fe618 commit 12788c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PictureInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default {
8080
default: 'btn btn-secondary button secondary'
8181
},
8282
prefill: {
83-
type: [String, Object],
83+
type: [String, File],
8484
default: ''
8585
},
8686
crop: {

0 commit comments

Comments
 (0)