
in seconde [data], or in third [options.data] ?
i am confused.
Try this. this.object is your Vue Data Object.
this.$http.post('/someurl', this.object).then(function (response) {
// Success
console.log(response.data)
},function (response) {
// Error
console.log(response.data)
});
@kayyyy ok.It's run.Thank you.
Most helpful comment
Try this.
this.objectis your Vue Data Object.