CSR-480: remove unused computeds, formatting
This commit is contained in:
parent
f1380cfe2f
commit
6164be582b
1 changed files with 37 additions and 46 deletions
|
|
@ -55,15 +55,6 @@ export default {
|
||||||
questions.unshift({});
|
questions.unshift({});
|
||||||
return questions;
|
return questions;
|
||||||
},
|
},
|
||||||
questionText() {
|
|
||||||
return this.questions[this.currentQuestion]?.questionText;
|
|
||||||
},
|
|
||||||
questionAnswers() {
|
|
||||||
return this.questions[this.currentQuestion]?.answers;
|
|
||||||
},
|
|
||||||
questionGroupname() {
|
|
||||||
return `${this.questionData.glassName}-${this.questionData.glassLocation}-${this.currentQuestion}`;
|
|
||||||
},
|
|
||||||
selectedValue: {
|
selectedValue: {
|
||||||
get: function() {
|
get: function() {
|
||||||
return this.modelValue;
|
return this.modelValue;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue