[Vuejs]-How to input array of objects in input value field from Vue.js?

3👍

I guess you are looking for :value=JSON.stringify(cars).

Though it looks very old school to rely on form this days. I advise to use lib like axios for submitting form data and remove the need of an hidden input

👤mathk

Leave a comment