Fix confirm modal lint

tusooa/multilang
Tusooa Zhu 2 years ago committed by tusooa
parent 1856eeda40
commit 8a99d129dc
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224

@ -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"

Loading…
Cancel
Save