Webpage Editor functionality

This commit is contained in:
paoloar77
2022-11-10 19:32:56 +01:00
parent 2bd31200b4
commit 9fe37c9f3c
38 changed files with 1387 additions and 384 deletions

View File

@@ -66,7 +66,9 @@ export default defineComponent({
load()
return { rec }
return {
rec, globalStore
}
},
})