mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-04 12:49:31 +08:00
Fix confirm modal lint
This commit is contained in:
parent
d84212baa8
commit
258ad13ec1
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
class="confirm-modal"
|
class="confirm-modal"
|
||||||
:on-cancel="onCancel"
|
:on-cancel="onCancel"
|
||||||
>
|
>
|
||||||
<template v-slot:header>
|
<template #header>
|
||||||
<span v-text="title" />
|
<span v-text="title" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<slot />
|
<slot />
|
||||||
|
|
||||||
<template v-slot:footer>
|
<template #footer>
|
||||||
<button
|
<button
|
||||||
class="btn button-default"
|
class="btn button-default"
|
||||||
@click.prevent="onAccept"
|
@click.prevent="onAccept"
|
||||||
|
|
Loading…
Reference in a new issue