0👍
let sendingData must be object not array.
let sendingData = { CustomerName: this.deviceData.CustomerName, machine: this.deviceData.machine, id: this.$route.params.id, additionaltitle: this.deviceData.additionaltitle, transactiontype:transactiontype, sendingfeeedback: sendingfeeedback }
- [Vuejs]-Creating a loop to loop over the componennt created
- [Vuejs]-Vue slots props inside blade template
Source:stackexchange.com