DATA DRIVEN VIEWS WITH VUE.JS
muyiwa akin-ogundeji
31
Hey, nice article, helped a lot!
Here I found http://vuejs.org/api/#vm-remove offer a list remove api
```return this.remaining.$remove(item)```
do the same trick as your code:
```return this.remaining.splice(index, 1)```