🚨 Removing linter warnings

This commit is contained in:
Liyas Thomas
2020-01-15 09:10:14 +05:30
parent c8878aba57
commit 2faf675c0a
9 changed files with 99 additions and 74 deletions

View File

@@ -40,11 +40,7 @@
</ul>
</pw-section>
<pw-section
class="blue"
:label="$t('request')"
ref="request"
>
<pw-section class="blue" :label="$t('request')" ref="request">
<ul>
<li>
<label for="method">{{ $t("method") }}</label>
@@ -842,7 +838,11 @@
<input id="collection-tab" type="radio" name="side" />
<label for="collection-tab">{{ $t("collections") }}</label>
<div class="tab">
<pw-section class="yellow" :label="$t('collections')" ref="collections">
<pw-section
class="yellow"
:label="$t('collections')"
ref="collections"
>
<collections />
</pw-section>
</div>