rename 'name' property of dropdown-question from dropdownQuestion to dropdown-question for consistency

This commit is contained in:
Leah Schumann 2022-02-28 07:53:21 -05:00
parent 8df8b05e30
commit 6d84d0669b

View file

@ -20,7 +20,7 @@
import { useField } from "vee-validate";
export default {
name: "dropdownQuestion",
name: "dropdown-question",
props: {
modelValue: String,
labelText: String,