fix Cliccando sul Titolo dell'evento, si apre una pagina in una nuova finestra ! (non rimane sulla APP)

This commit is contained in:
Surya Paolo
2022-12-02 13:24:20 +01:00
parent 009735afad
commit 9b7b25e657
26 changed files with 1201 additions and 499 deletions

View File

@@ -937,6 +937,12 @@ export default defineComponent({
return event.title
}
function condividipag(href: string) {
const msg = self.location.host + href
return tools.copyStringToClipboard($q, msg, true)
}
onMounted(mounted)
onBeforeMount(beforeMount)
@@ -1022,6 +1028,7 @@ export default defineComponent({
EState,
CancelBookingEvent,
site: globalStore.site,
condividipag,
}
}
})

File diff suppressed because it is too large Load Diff