diff --git a/src/ux-components/radio/radio.vue b/src/ux-components/radio/radio.vue index 8d1ed6210..ed08026b2 100644 --- a/src/ux-components/radio/radio.vue +++ b/src/ux-components/radio/radio.vue @@ -10,7 +10,7 @@ :aria-required="isRequired" :value="value" :v-model="checkValue" - @change="handleCheckChanged()" + @change="handleCheckChange()" />