Skip to content

Commit e6c77ab

Browse files
authored
Merge pull request #456 from fanta759/master
feat(FileUpload): Add @vue/compat configuration to vue 3
2 parents d4b2746 + 6588124 commit e6c77ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FileUpload.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ export interface VueUploadItem {
158158
159159
160160
export default defineComponent({
161+
compatConfig: {
162+
MODE: 3,
163+
},
161164
props: {
162165
inputId: {
163166
type: String,

0 commit comments

Comments
 (0)