Page MenuHomePhorge

No OneTemporary

Size
910 B
Referenced Files
None
Subscribers
None
diff --git a/src/components/confirm_modal/confirm_modal.vue b/src/components/confirm_modal/confirm_modal.vue
index 1ac64b625c..3b98174aa9 100644
--- a/src/components/confirm_modal/confirm_modal.vue
+++ b/src/components/confirm_modal/confirm_modal.vue
@@ -1,29 +1,29 @@
<template>
<dialog-modal
v-body-scroll-lock="true"
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"
v-text="confirmText"
/>
<button
class="btn button-default"
@click.prevent="onCancel"
v-text="cancelText"
/>
</template>
</dialog-modal>
</template>
<script src="./confirm_modal.js"></script>

File Metadata

Mime Type
text/x-diff
Expires
Sat, Sep 19, 7:08 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1769074
Default Alt Text
(910 B)

Event Timeline