Webpage Editor: Carousel Images
This commit is contained in:
@@ -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,
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user