Merge back v2.3 into v2.4

This commit is contained in:
Michael 2021-01-06 17:59:03 +01:00
commit 60d87f3c64
No known key found for this signature in database
GPG key ID: 71EDE16780F920E8
10 changed files with 197 additions and 4 deletions

View file

@ -330,7 +330,7 @@
v-for="(val, key) in exData(middleware).customRequestHeaders" :key="key"
dense
class="app-chip app-chip-green">
{{ val }}
{{ key }}: {{ val }}
</q-chip>
</div>
</div>
@ -344,7 +344,7 @@
v-for="(val, key) in exData(middleware).customResponseHeaders" :key="key"
dense
class="app-chip app-chip-green">
{{ val }}
{{ key }}: {{ val }}
</q-chip>
</div>
</div>