Fix syntax error.
This commit is contained in:
parent
2819f47b94
commit
e31592e885
1 changed files with 1 additions and 13 deletions
|
|
@ -28,19 +28,7 @@ export default {
|
|||
watch: {
|
||||
selectedYear(val) {
|
||||
this.$emit("update:modelValue", val);
|
||||
},
|
||||
props: {
|
||||
questionText: String,
|
||||
years: Array,
|
||||
modelValue: String
|
||||
},
|
||||
components: {
|
||||
radioQuestion,
|
||||
},
|
||||
watch: {
|
||||
selectedYear(val) {
|
||||
this.$emit('update:modelValue', val)
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue