Answer the question
In order to leave comments, you need to log in
Request not sent?
Axios request is not sent, what could be the problem?
this.$axios.post(
"/sendmail2.php" ,
{
'name': this.debt.fullName,
'phone': this.debt.email,
'adres': this.debt.adres,
'menu': this.debt.filteredProducts,
'kolvo': this.debt.filteredProducts2,
'totalprice': this.cartPrice
}
).then(res => {
this.sent = true;
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question