Fix confirm modal lint

This commit is contained in:
Tusooa Zhu 2022-08-01 11:02:21 -04:00 committed by FloatingGhost
parent d84212baa8
commit 258ad13ec1
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
class="confirm-modal"
:on-cancel="onCancel"
>
<template v-slot:header>
<template #header>
<span v-text="title" />
</template>
<slot />
<template v-slot:footer>
<template #footer>
<button
class="btn button-default"
@click.prevent="onAccept"