This commit is contained in:
paoloar77
2022-02-03 00:33:05 +01:00
parent d7480fd489
commit 124cb5cc64
96 changed files with 1944 additions and 2611 deletions

View File

@@ -68,7 +68,7 @@ export default defineComponent({
// @ts-ignore
let myarr: any = props.imgGall
gallerylist.value = []
if (myarr) {
if (Array.isArray(myarr)) {
myarr.forEach((pic: any) => {
if (pic.imagefile) {
gallerylist.value.push(pic)