How would I be able to multiple select and pass data in the given format in vue js html?
问题 I need to pass the data in the given format. rules : [{ name:null, section:null, data : [{head:null,value:null}] }], This is the problem I am facing. Hope somebody could help me sort out a solution. The snippet is given. I need to pass data in the format given above. If another array is needed inside rules[], it is also fine Is another array needed for head and value inside data[]. This will be also fine, if needed. Hoping for a help. Please help me to have a solution. Please change the