javascript - Accessing VUE JS's data from Axios - Stack Overflow

PHOTO EMBED

Tue Feb 22 2022 07:46:34 GMT+0000 (Coordinated Universal Time)

Saved by @arnoa69 #javascript

send: function() {
  axios.post(this.api + "orders", this.order).then(function(response) {
    this.message = "Your payment was successful"
  }.bind(this))
}
content_copyCOPY

3 of 3 and finally with bind

https://stackoverflow.com/questions/45216998/accessing-vue-jss-data-from-axios