Merge pull request #574 from Safelite/feature/CSR-480
CSR-480: remove unneeded models datum
This commit is contained in:
commit
727f7af346
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ export default {
|
||||||
name: "questionChain",
|
name: "questionChain",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
models: Array,
|
|
||||||
currentQuestion: 1,
|
currentQuestion: 1,
|
||||||
answeredQuestions: [],
|
answeredQuestions: [],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue