Skip to content

Commit 13710c8

Browse files
committed
fix: passing allMedia as @init payload
1 parent 85a3244 commit 13710c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uploader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
142142
setTimeout(() => this.isLoading = false, 1000)
143143
144-
this.$emit('init', this.media)
144+
this.$emit('init', this.allMedia)
145145
},
146146
async fileChange(event){
147147
this.isLoading = true

0 commit comments

Comments
 (0)