0๐
I was researching a bit and I found this StackOverflow thread talking about formdata.
They were mentioning the headers, so add:
'Content-Type': 'multipart/form-data'
to your headers and try that.
Hope it works then ๐
- [Vuejs]-Avoid converting null to empty string on b-input blur
- [Vuejs]-How to search in v-data-table by values from merged columns?
Source:stackexchange.com