mirror of https://github.com/ElemeFE/element
Merge branch 'ElemeFE:dev' into dev
commit
5a2844530a
|
@ -134,7 +134,9 @@
|
|||
this.$nextTick(() => {
|
||||
// set input's checked property
|
||||
// in case parent refuses to change component's value
|
||||
if (this.$refs.input) {
|
||||
this.$refs.input.checked = this.checked;
|
||||
}
|
||||
});
|
||||
},
|
||||
setBackgroundColor() {
|
||||
|
|
Loading…
Reference in New Issue