I am new to vue.js (2) and I am currently working on a simple event app. I\'ve managed to add events but now I would like to delete events based on clicking on a button.
Why not just omit the method all together like:
v-for="(event, index) in events" ...