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,
|
||||
default: "",
|
||||
},
|
||||
displayQuestionText: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
modelValue: String,
|
||||
inputId: {
|
||||
type: String,
|
||||
|
|
|
|||
Loading…
Reference in a new issue