Fix confirm modal lint

This commit is contained in:
Tusooa Zhu 2022-08-01 11:02:21 -04:00 committed by tusooa
parent 1856eeda40
commit 8a99d129dc
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
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"