Fix confirm modal lint
This commit is contained in:
parent
1856eeda40
commit
8a99d129dc
|
@ -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…
Reference in New Issue