mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-12-23 18:45:45 +01:00
Fix confirm modal lint
This commit is contained in:
parent
1856eeda40
commit
8a99d129dc
@ -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 New Issue
Block a user