this.$http.post('../idea/comment'+idea_id, newResponse).then((response) => {
//do something
}, (response) => {
});
//get returned comment
//update DOM
},
}
});
All get request run fine but I keep getting this error when trying the Post request.