mirror of https://github.com/ElemeFE/element
Select: fix remove-tag event param
parent
0ab07c1fca
commit
11d2263678
|
@ -666,7 +666,7 @@
|
|||
value.splice(index, 1);
|
||||
this.$emit('input', value);
|
||||
this.emitChange(value);
|
||||
this.$emit('remove-tag', tag);
|
||||
this.$emit('remove-tag', tag.value);
|
||||
}
|
||||
event.stopPropagation();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue