Skip to content

Commit

Permalink
Merge pull request #456 from fanta759/master
Browse files Browse the repository at this point in the history
feat(FileUpload): Add @vue/compat configuration to vue 3
  • Loading branch information
lian-yue authored Aug 10, 2024
2 parents d4b2746 + 6588124 commit e6c77ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ export interface VueUploadItem {
export default defineComponent({
compatConfig: {
MODE: 3,
},
props: {
inputId: {
type: String,
Expand Down

0 comments on commit e6c77ab

Please sign in to comment.