Allow arrays as submitData
This commit is contained in:
parent
61120fef7c
commit
481fbe9bf4
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export default {
|
||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
submitData: {
|
submitData: {
|
||||||
type: Object,
|
type: [Object, Array],
|
||||||
required: false,
|
required: false,
|
||||||
default: () => ({})
|
default: () => ({})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue