Modifiche prima di Luglio...

This commit is contained in:
Surya Paolo
2023-08-27 23:56:18 +02:00
parent 800df74f3f
commit f88b753f26
15 changed files with 62 additions and 27 deletions

View File

@@ -116,7 +116,7 @@ export default defineComponent({
function getlistimages() {
if (gallerylist.value)
// return gallerylist.value.slice().sort((a: any, b: any) => a.order! - b.order!)
return gallerylist.value
return gallerylist.value.filter(filename => !filename)
else
return null
}