Files
newfreeplanet_OLD/src/boot/googlemap.ts
2021-08-31 18:09:59 +02:00

7 lines
173 B
TypeScript
Executable File

// import google from '../googlemap'
import { boot } from 'quasar/wrappers'
export default boot(({ app, router }) => {
// app.config.globalProperties.$google = google
})