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

8
src/boot/social-sharing.ts Executable file
View File

@@ -0,0 +1,8 @@
// import google from '../googlemap'
import { boot } from 'quasar/wrappers'
import VueSocialSharing from 'vue-social-sharing'
export default boot(({ app, router }) => {
// app.config.globalProperties.$google = google
app.use(VueSocialSharing);
})