filter and abstraction of researchList

This commit is contained in:
2024-04-20 01:12:37 +02:00
parent 6077e65b50
commit 041fe7f95d
7 changed files with 85 additions and 195 deletions

View File

@ -18,7 +18,6 @@ const props = defineProps({
});
function format(date){
let split = date.split("-")
let month = split[1]