Skip to content

Commit 56cdff4

Browse files
committed
chore(form-radio): remove useless watcher
1 parent c7699c8 commit 56cdff4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,5 @@ export const BFormRadio = /*#__PURE__*/ extend({
2929
bvGroup() {
3030
return this.getBvGroup()
3131
}
32-
},
33-
watch: {
34-
computedLocalChecked(newValue, oldValue) {
35-
if (!looseEqual(newValue, oldValue)) {
36-
this.$emit(MODEL_EVENT_NAME, newValue)
37-
}
38-
}
3932
}
4033
})

0 commit comments

Comments
 (0)