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

@@ -209,14 +209,14 @@
:value="header.key" :value="header.key"
autofocus autofocus
styles=" styles="
bg-transparent bg-transparent
flex flex
flex-1 flex-1
py-1 py-1
px-4 px-4
truncate truncate
focus:outline-none focus:outline-none
" "
@input=" @input="
updateGQLHeader(index, { updateGQLHeader(index, {
key: $event, key: $event,

View File

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

View File

@@ -77,12 +77,12 @@
v-model="param.key" v-model="param.key"
:placeholder="$t('count.parameter', { count: index + 1 })" :placeholder="$t('count.parameter', { count: index + 1 })"
styles=" styles="
bg-transparent bg-transparent
flex flex
flex-1 flex-1
py-1 py-1
px-4 px-4
" "
@change=" @change="
updateParam(index, { updateParam(index, {
key: $event, key: $event,
@@ -111,12 +111,12 @@
v-model="param.value" v-model="param.value"
:placeholder="$t('count.value', { count: index + 1 })" :placeholder="$t('count.value', { count: index + 1 })"
styles=" styles="
bg-transparent bg-transparent
flex flex
flex-1 flex-1
py-1 py-1
px-4 px-4
" "
@change=" @change="
updateParam(index, { updateParam(index, {
key: param.key, key: param.key,