new version Visualizzazione Service

This commit is contained in:
Surya Paolo
2023-04-04 15:27:03 +02:00
parent 0365c58326
commit edcd244397
35 changed files with 841 additions and 55 deletions

View File

@@ -88,7 +88,7 @@ export default defineComponent({
})
function load() {
console.log('load', mypathin.value)
// console.log('load', mypathin.value)
if (mypathin.value !== '') {
globalStore.loadPage('/' + mypathin.value, 'cmypageelem').then(ris => {
@@ -102,7 +102,7 @@ export default defineComponent({
}
watch(() => props.mypath, (to: string, from: string) => {
console.log('... load', mypathin.value, props.mypath)
// console.log('... load', mypathin.value, props.mypath)
selElem.value = {}
load()
})
@@ -116,7 +116,7 @@ export default defineComponent({
})
function selElemClick(myelem: IMyElem) {
console.log('mypageelem selElemClick', myelem)
// console.log('mypageelem selElemClick', myelem)
selElem.value = {}
selElem.value = myelem
visuEditor.value = !!myelem