fix Cliccando sul Titolo dell'evento, si apre una pagina in una nuova finestra ! (non rimane sulla APP)
This commit is contained in:
8
src/boot/social-sharing.ts
Executable file
8
src/boot/social-sharing.ts
Executable 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);
|
||||
})
|
||||
Reference in New Issue
Block a user