Obelich
7/2/2018 - 6:52 PM

RbVueAxiosPost

axios.post(`$urlPost$`, {
      body: {}
    })
    .then(response => {
      console.log(response);
    })
    .catch(e => {
      this.errors.push(e)
    })