From 0d57c707196ab6e9d167b761b1b2eb00e96934e2 Mon Sep 17 00:00:00 2001
From: Alexis <35.alexis.pele@gmail.com>
Date: Mon, 24 Jun 2024 18:33:38 +0200
Subject: [PATCH] Moved month list to sub component
This is better in the long run, but it also solves the problem with useSortable ; the composable required a rerender while it's in a tabs layer
---
components/calendar/form/Create.vue | 122 +-----------------------
components/calendar/input/MonthList.vue | 117 +++++++++++++++++++++++
2 files changed, 120 insertions(+), 119 deletions(-)
create mode 100644 components/calendar/input/MonthList.vue
diff --git a/components/calendar/form/Create.vue b/components/calendar/form/Create.vue
index 30bbff9..f609d7e 100644
--- a/components/calendar/form/Create.vue
+++ b/components/calendar/form/Create.vue
@@ -1,9 +1,7 @@
+
+
+