🐛 Fixed #166
This commit is contained in:
parent
351e694448
commit
14274b20fd
1 changed files with 6 additions and 0 deletions
|
|
@ -787,6 +787,12 @@
|
|||
headers
|
||||
);
|
||||
|
||||
const headersObject = {};
|
||||
Object.keys(headers).forEach(id => {
|
||||
headersObject[headers[id].key] = headers[id].value
|
||||
});
|
||||
headers = headersObject;
|
||||
|
||||
try {
|
||||
const payload = await this.$axios({
|
||||
method: this.method,
|
||||
|
|
|
|||
Loading…
Reference in a new issue