vue-resource patch

JavaScript
this.$http.patch("url", change)
.then(response => console.log(response))
Source

Also in JavaScript: