[Vuejs]-How to store nested object data in database vue.js project. ( which format?)

0👍

Try wrapping the value with stringify as JSON.parse(JSON.stringify(item.tour_location))

Leave a comment