Explorar o código

Merge branch 'dev' of http://192.168.0.115:3000/4dkankan/4dkankan_bim into dev

jinx %!s(int64=2) %!d(string=hai) anos
pai
achega
1c7e1a7da3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/pages/SViewer.vue

+ 4 - 0
src/pages/SViewer.vue

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