Files
freeplanet/src/boot/googlemap.ts
2020-03-21 10:33:11 +01:00

6 lines
113 B
TypeScript
Executable File

import google from '../googlemap'
export default ({ app, router, Vue }) => {
Vue.prototype.$google = google
}