Skip to content

Commit

Permalink
fix missing mimeTypes prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kieusonlam committed Jun 3, 2019
1 parent 1922359 commit b2b12d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/VueGPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ export default {
disabled: {
type: Boolean,
default: false
},
mimeTypes: {
type: Array
}
},
data: () => ({
Expand Down

0 comments on commit b2b12d6

Please sign in to comment.