chore: lint

This commit is contained in:
liyasthomas
2021-06-16 19:13:07 +05:30
parent 0a4251825b
commit 3559d98df1
8 changed files with 42 additions and 10 deletions

View File

@@ -9,7 +9,8 @@
readonly
:value="entry.url"
:placeholder="$t('empty_req_name')"
class="bg-transparent"
class="cursor-pointer text-sm bg-transparent"
@click="$emit('use-entry')"
/>
</li>
<button

View File

@@ -2,9 +2,10 @@
<div>
<div class="show-on-large-screen">
<span
class="p-2 m-2 truncate"
class="p-2 m-2 truncate inline-flex cursor-pointer items-center text-sm"
:class="entryStatus.className"
:style="{ '--status-code': entry.status }"
@click="$emit('use-entry')"
>
{{ `${entry.method} \xA0 • \xA0 ${entry.status}` }}
</span>
@@ -15,7 +16,8 @@
readonly
:value="entry.name"
:placeholder="$t('empty_req_name')"
class="bg-transparent"
class="cursor-pointer text-sm bg-transparent"
@click="$emit('use-entry')"
/>
</li>
<span>