Files
freeplanet/src/boot/googlemap.ts

6 lines
113 B
TypeScript
Raw Normal View History

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