Array needs to be initialized
This commit is contained in:
parent
922e3395a2
commit
60d98f9938
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
name: "make-question",
|
||||
data() {
|
||||
return {
|
||||
makes: Array,
|
||||
makes: [],
|
||||
};
|
||||
},
|
||||
props: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue