文档优化

This commit is contained in:
cookfront
2017-03-06 15:16:02 +08:00
parent 76fa89a49c
commit 7093f1772f
26 changed files with 403 additions and 132 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
<div
class="zan-radio"
:class="{
'is-disabled': isDisabled
'zan-radio--disabled': isDisabled
}">
<span class="zan-radio__input">
<input
@@ -44,6 +44,7 @@ export default {
currentValue: {
get() {
console.log(this.value);
return this.isGroup && this.parentGroup ? this.parentGroup.value : this.value;
},