Update radio-group.vue

This commit is contained in:
Wu-K'ung 2018-04-26 14:45:59 +08:00 committed by GitHub
parent d44f99fd15
commit 0b026efe2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@
}, },
watch: { watch: {
value () { value () {
if(this.currentValue !== this.value;){ if(this.currentValue !== this.value){
this.currentValue = this.value; this.currentValue = this.value;
this.updateValue(); this.updateValue();
} }