- CMyPopupEdit

- Star
- Insert and Edit
- Update quasar 3.2.4
This commit is contained in:
Paolo Arena
2021-12-02 10:12:57 +01:00
parent ea9822e5f6
commit 5ae0518030
32 changed files with 3849 additions and 3335 deletions

View File

@@ -44,10 +44,12 @@ $grayshadow: #555;
min-width: 200px;
padding: 1rem 1rem;
height: 350px;
margin: auto;
}
.my-card-gallery-view {
width: 100px;
height: 100px;
padding: 0.5rem 0.5rem;
margin: auto;
}

View File

@@ -25,7 +25,7 @@ export default defineComponent({
required: true,
},
imgGall: {
type: Object as PropType<IImgGallery | string | undefined>,
type: Object as PropType<IImgGallery | string | undefined | null>,
required: true,
},
},

View File

@@ -31,7 +31,6 @@
v-model="order">-->
<div v-for="(mygallery, index) in getlistimages()" :key="index">
mygallery : {{ mygallery }}
<div
class="q-pa-sm q-gutter-sm"
@dragenter="onDragEnter"