From d3e09c8f32ade91c63be03142b14c64274ab3608 Mon Sep 17 00:00:00 2001 From: Sergey Pankov Date: Mon, 16 Jul 2018 00:02:47 +0300 Subject: [PATCH] fix: typo in form-radio watcher --- src/components/form-radio/form-radio.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {