From ad8120bdd0142166b90c1eb860cb52e8b9311f3f Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Thu, 17 Apr 2025 22:14:10 +0200 Subject: [PATCH] Removed useless lazy directives --- components/calendar/Calendar.vue | 2 +- components/calendar/event/Event.vue | 2 +- pages/calendars/[id].vue | 8 ++++---- pages/my/index.vue | 6 +++--- pages/my/worlds/[id].vue | 8 ++++---- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/components/calendar/Calendar.vue b/components/calendar/Calendar.vue index 6cb9a1c..8e4e5f9 100644 --- a/components/calendar/Calendar.vue +++ b/components/calendar/Calendar.vue @@ -40,7 +40,7 @@ onMounted(() => { - + diff --git a/components/calendar/event/Event.vue b/components/calendar/event/Event.vue index 67f6d01..ac89de4 100644 --- a/components/calendar/event/Event.vue +++ b/components/calendar/event/Event.vue @@ -75,7 +75,7 @@ onMounted(() => { - {
- + {{ $t("entity.calendar.notFound") }} - +

{{ $t('entity.calendar.notFoundDescription') }}

- + {{ $t('entity.calendar.backToList') }} - +
diff --git a/pages/my/index.vue b/pages/my/index.vue index 3d65a3c..ac987c0 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -153,8 +153,8 @@ function hideEditModal() { - - - + + + diff --git a/pages/my/worlds/[id].vue b/pages/my/worlds/[id].vue index d03d190..662d6d7 100644 --- a/pages/my/worlds/[id].vue +++ b/pages/my/worlds/[id].vue @@ -251,10 +251,10 @@ function hideEditModal() { - - - - + + + +