update
This commit is contained in:
梁灏 2017-03-03 10:35:38 +08:00
parent de517e39f6
commit e6c0b158e9
6 changed files with 15 additions and 27 deletions

View file

@ -64,7 +64,7 @@
},
mounted () {
// todo 使 while
if (this.$parent && this.$parent.$options.name === 'radioGroup') this.group = true;
if (this.$parent && this.$parent.$options.name === 'RadioGroup') this.group = true;
if (!this.group) {
this.updateValue();
}