rename 'name' property of dropdown-question from dropdownQuestion to dropdown-question for consistency
This commit is contained in:
parent
8df8b05e30
commit
6d84d0669b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
import { useField } from "vee-validate";
|
import { useField } from "vee-validate";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "dropdownQuestion",
|
name: "dropdown-question",
|
||||||
props: {
|
props: {
|
||||||
modelValue: String,
|
modelValue: String,
|
||||||
labelText: String,
|
labelText: String,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue