Webpage Editor: Carousel Images

This commit is contained in:
paoloar77
2022-11-11 18:16:28 +01:00
parent 9fe37c9f3c
commit a751c99237
18 changed files with 373 additions and 85 deletions

View File

@@ -61,6 +61,7 @@ export default defineComponent({
const editOn = ref(false)
const addOn = ref(false)
const myelemVoid = ref({active: true, type: shared_consts.ELEMTYPE.TEXT, container: '...', path: mypathin.value} as IMyElem)
const globalStore = useGlobalStore()
@@ -92,6 +93,7 @@ export default defineComponent({
addOn,
tools,
shared_consts,
myelemVoid,
}
},