axios.post( '/addTrack', this.form.data )
form: {
data: {
title : '',
style : '',
authors: [
{
id: '',
rightholder: 1,
percent: ''
}
],
composers: [
{
id: '',
rightholder: 1,
percent: ''
}
],
file: '',
right_area: 1,
},
errors: {
}
}
this.form.data.file = e.target.files[0];