laracasts / Vue-Forms

https://laracasts.com/series/learn-vue-2-step-by-step/episodes/19
396 stars 204 forks source link

Add a GET Request to the form class within app.js #5

Open simondavies opened 7 years ago

simondavies commented 7 years ago

Added a GET Method to the Form class, so we can also perform a get request

this.form.get(url).then.....