Select: fix remove-tag event param

pull/9102/head
Leopoldthecoder 2017-12-31 17:14:12 +08:00 committed by 杨奕
parent 0ab07c1fca
commit 11d2263678
1 changed files with 1 additions and 1 deletions

View File

@ -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();
},