Commit 15e74b6e authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

fix checkbox isGroup bug in computed cached (#1860)

parent 1db8dc65
......@@ -98,7 +98,7 @@
},
store() {
return this._checkboxGroup.value;
return this._checkboxGroup ? this._checkboxGroup.value : this.value;
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment