@@ -163,6 +163,10 @@ const sourceDays = computed(() => {
}
})
+ outDays.year.sort((a,b)=>b-a)
+ outDays.month.sort()
+ outDays.day.sort()
+
return outDays