From 3d18fe18400639c6f176420803fa6e9e8e906f57 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Wed, 24 Jan 2024 13:29:39 +0100 Subject: [PATCH] chore(vue3): migrate deprecated slot syntax Signed-off-by: Richard Steinmetz --- .../AppointmentConfigListItem.vue | 16 ++++++++++++---- .../CalendarList/PublicCalendarListItem.vue | 13 +++++++------ .../EditCalendarModal/SharingSearch.vue | 4 +++- .../NoEmailAddressWarning.vue | 4 +++- 4 files changed, 25 insertions(+), 12 deletions(-) diff --git a/src/components/AppNavigation/AppointmentConfigList/AppointmentConfigListItem.vue b/src/components/AppNavigation/AppointmentConfigList/AppointmentConfigListItem.vue index d8dcbe8dca..e42b8b39e5 100644 --- a/src/components/AppNavigation/AppointmentConfigList/AppointmentConfigListItem.vue +++ b/src/components/AppNavigation/AppointmentConfigList/AppointmentConfigListItem.vue @@ -30,23 +30,31 @@ diff --git a/src/components/AppNavigation/CalendarList/PublicCalendarListItem.vue b/src/components/AppNavigation/CalendarList/PublicCalendarListItem.vue index 75d5f8f4f6..57539aef5e 100644 --- a/src/components/AppNavigation/CalendarList/PublicCalendarListItem.vue +++ b/src/components/AppNavigation/CalendarList/PublicCalendarListItem.vue @@ -24,19 +24,20 @@ :title="calendar.displayName || $t('calendar', 'Untitled calendar')" :menu-open.sync="menuOpen" @click.prevent.stop="toggleEnabled"> - + -