0👍
unit_product_1: null,
price_product_1: null
You don’t use them anywhere.
If you want to mutate your incoming products, you should make a new POST request and send the data back to the server. In this scenario you must know how the server waits to receive the data and send them back as requested.
- [Vuejs]-Nuxt.js/Vue.js dynamic images is not working
- [Vuejs]-Vue.js – Data Property isn't accessible
Source:stackexchange.com