mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 12:13:08 +00:00
Linter fix
This commit is contained in:
parent
a482f34524
commit
f946001f21
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
|||
</div>
|
||||
|
||||
<div :class="['modal', { show }]" @click="close">
|
||||
<div :class="['modal-content', { large, confirm, padded, dark: darkModeEnabled }]" @click.stop>
|
||||
<div
|
||||
:class="['modal-content', { large, confirm, padded, dark: darkModeEnabled }]"
|
||||
@click.stop
|
||||
>
|
||||
<button class="small filled close-button" @click="close">
|
||||
<i class="fas fa-times" />
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue