laracasts / Vue-Forms

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

Alternative way to get form data #1

Closed jaouadk closed 7 years ago

laracasts commented 7 years ago

I don't think that would work. That's the original data, not the current.

jaouadk commented 7 years ago

We are not fetching data from originalData, just keys. this[prop] is the one fetching data from the form.

Tested!

laracasts commented 7 years ago

Oh I see. Yeah, that's fine.

Going to keep as is, since this should reflect the source code for the video.

jaouadk commented 7 years ago

Nice. And thanks for the great content Jeffrey.