Closed
Description
Hello, After lots of search, I finally ended up with your package & I must say you have done great job. I found some thing which you may add.
Here is my code to delete an entity.
<button v-confirm="{ok: delete(item)}">Delete</button>
When I am passing data to delete function, it doesn't work. However if I don't pass data, it works. Is there any chances you will make it work?