logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 8a99d129dcc4a07375727b4f8959c7fa775b8ec0
parent 1856eeda40e76618717a66b51ffc49a1ecf8c967
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Mon,  1 Aug 2022 11:02:21 -0400

Fix confirm modal lint

Diffstat:

Msrc/components/confirm_modal/confirm_modal.vue4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/confirm_modal/confirm_modal.vue b/src/components/confirm_modal/confirm_modal.vue @@ -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"