Files
myprojplanet_vite/src/boot/googlemap.ts

7 lines
173 B
TypeScript
Raw Normal View History

2021-08-31 18:09:59 +02:00
// import google from '../googlemap'
import { boot } from 'quasar/wrappers'
export default boot(({ app, router }) => {
// app.config.globalProperties.$google = google
})