diff --git a/src/components/form-radio/form-radio.js b/src/components/form-radio/form-radio.js index d5f774a5b22..0f89a90e331 100644 --- a/src/components/form-radio/form-radio.js +++ b/src/components/form-radio/form-radio.js @@ -77,8 +77,8 @@ export default { checked (newVal, oldVal) { this.computedLocalChecked = newVal }, - computedLocalChceked (newVal, oldVal) { - this.$emit('input', this.computedLocalChceked) + computedLocalChecked (newVal, oldVal) { + this.$emit('input', this.computedLocalChecked) } }, computed: {