chore: lint

This commit is contained in:
liyasthomas
2021-08-31 17:38:54 +05:30
parent 6f67a97ade
commit 788e0dc851
3 changed files with 33 additions and 33 deletions

View File

@@ -79,13 +79,13 @@
:value="header.key"
autofocus
styles="
bg-transparent
flex
flex-1
py-1
px-4
truncate
"
bg-transparent
flex
flex-1
py-1
px-4
truncate
"
:class="{ '!flex flex-1': EXPERIMENTAL_URL_BAR_ENABLED }"
@input="
updateHeader(index, {
@@ -100,12 +100,12 @@
v-model="header.value"
:placeholder="$t('count.value', { count: index + 1 })"
styles="
bg-transparent
flex
flex-1
py-1
px-4
"
bg-transparent
flex
flex-1
py-1
px-4
"
@change="
updateHeader(index, {
key: header.key,