Skip to content

Commit 9ab23ef

Browse files
ivacuummosinve
authored andcommitted
fix: typo in form-radio watcher (bootstrap-vue#1943)
1 parent afcadd9 commit 9ab23ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/form-radio/form-radio.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ export default {
7777
checked (newVal, oldVal) {
7878
this.computedLocalChecked = newVal
7979
},
80-
computedLocalChceked (newVal, oldVal) {
81-
this.$emit('input', this.computedLocalChceked)
80+
computedLocalChecked (newVal, oldVal) {
81+
this.$emit('input', this.computedLocalChecked)
8282
}
8383
},
8484
computed: {

0 commit comments

Comments
 (0)