CEventsCalendar.ts

calendarioeventi.ts
CMySingleEvent.ts
evento.ts
This commit is contained in:
Paolo Arena
2021-10-04 01:29:15 +02:00
parent 3aebf19a91
commit 76918f6b2c
31 changed files with 1068 additions and 561 deletions

View File

@@ -24,7 +24,7 @@ export default defineComponent({
const path = computed(() => route.path)
function getmenu(): any {
console.log('getmenu menuOne!')
// console.log('getmenu menuOne!')
return globalStore.getmenu
}
@@ -40,7 +40,7 @@ export default defineComponent({
const mymenu = globalStore.getmenu
// console.log('watch:', mymenu)
Object.keys(mymenu).forEach((parentName: any) => {
console.log('parentName', parentName)
// console.log('parentName', parentName)
// @ts-ignore
setParentVisibilityBasedOnRoute(mymenu[parentName])
})