Merge pull request #58 from Safelite/defect/Digital/SSR-142
Fix “Invalid prop: type check failed for prop "answers" warning in "vehicle-year" page
This commit is contained in:
commit
9a691aecb3
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
name: "year-question",
|
name: "year-question",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
years: Array,
|
years: [],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue