mirror of https://github.com/ElemeFE/element
fix eslint error, about indent
parent
cdb2335939
commit
39cbb051f1
|
@ -129,7 +129,7 @@
|
|||
},
|
||||
set(value) {
|
||||
if (this.filteredValue) {
|
||||
if ((typeof value !== 'undefined') && (value !== null)) {
|
||||
if ((typeof value !== 'undefined') && (value !== null)) {
|
||||
this.filteredValue.splice(0, 1, value);
|
||||
} else {
|
||||
this.filteredValue.splice(0, 1);
|
||||
|
|
Loading…
Reference in New Issue