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",
|
||||
data() {
|
||||
return {
|
||||
years: Array,
|
||||
years: [],
|
||||
};
|
||||
},
|
||||
props: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue