add missing prop
This commit is contained in:
parent
84f5f52060
commit
f75ac1162a
1 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,10 @@ export default {
|
||||||
type: String,
|
type: String,
|
||||||
default: "",
|
default: "",
|
||||||
},
|
},
|
||||||
|
displayQuestionText: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
modelValue: String,
|
modelValue: String,
|
||||||
inputId: {
|
inputId: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue