fix(lint): run npm lint to fix formatting

This commit is contained in:
Matteo Pagliazzi
2020-03-11 13:04:03 +01:00
parent fd4e760c05
commit f01aba15be
3 changed files with 19 additions and 14 deletions

View File

@@ -11,15 +11,17 @@
@click="close()"
>
<div
v-once
class="svg-icon"
v-html="icons.close"
v-once
></div>
</div>
<h2
class="mt-3 mb-4"
v-once
>{{ $t('foundNewItems') }}</h2>
class="mt-3 mb-4"
>
{{ $t('foundNewItems') }}
</h2>
<div class="d-flex justify-content-center">
<div
class="item-box ml-auto mr-3"
@@ -33,17 +35,21 @@
</div>
</div>
<p
v-once
class="mt-4"
v-once
>{{ $t('foundNewItemsExplanation') }}</p>
>
{{ $t('foundNewItemsExplanation') }}
</p>
<p
class="strong mb-4"
v-once
>{{ $t('foundNewItemsCTA') }}</p>
class="strong mb-4"
>
{{ $t('foundNewItemsCTA') }}
</p>
<button
v-once
class="btn btn-primary mb-2"
@click="toInventory()"
v-once
>
{{ $t('letsgo') }}
</button>