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