forked from AkkomaGang/akkoma-fe
Lint fixes
This commit is contained in:
parent
a66d40e0e8
commit
023fcb506f
2 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
class="panel-heading"
|
||||
>
|
||||
<button
|
||||
@click="$router.back"
|
||||
class="button-unstyled go-back-button"
|
||||
@click="$router.back"
|
||||
>
|
||||
<FAIcon
|
||||
size="lg"
|
||||
|
@ -19,7 +19,7 @@
|
|||
ref="title"
|
||||
v-model="title"
|
||||
:placeholder="$t('lists.title')"
|
||||
/>
|
||||
>
|
||||
</div>
|
||||
<div class="input-wrap">
|
||||
<div class="input-search">
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
ref="title"
|
||||
v-model="title"
|
||||
:placeholder="$t('lists.title')"
|
||||
/>
|
||||
>
|
||||
</div>
|
||||
<div class="input-wrap">
|
||||
<div class="input-search">
|
||||
|
|
Loading…
Reference in a new issue