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 a new issue