property of value in akaunting dropzone should take File

This commit is contained in:
Sevan Nerse 2021-01-18 12:06:42 +03:00
parent c0b685328e
commit 83bf3e7d06

View File

@ -57,7 +57,7 @@ export default {
type: Object,
default: () => ({})
},
value: [String, Object, Array],
value: [String, Object, Array, File],
url: {
type: String,
default: 'http:'