Fixed some broken forms
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
props: {
|
||||
model: {
|
||||
type: Object,
|
||||
type: [Object, Array],
|
||||
default: () => ({}),
|
||||
},
|
||||
errors: {
|
||||
|
||||
Reference in New Issue
Block a user