Commit 11d22636 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Select: fix remove-tag event param

parent 0ab07c1f
...@@ -666,7 +666,7 @@ ...@@ -666,7 +666,7 @@
value.splice(index, 1); value.splice(index, 1);
this.$emit('input', value); this.$emit('input', value);
this.emitChange(value); this.emitChange(value);
this.$emit('remove-tag', tag); this.$emit('remove-tag', tag.value);
} }
event.stopPropagation(); event.stopPropagation();
}, },
......
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