3👍
✅
Try out to add the stop
modifier to stop the event propagation from child to parent element :
<div title="Delete filter" v-on:click.stop="delete(item.id)">x</div>
Source:stackexchange.com