6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
|
|
import google from '../googlemap'
|
||
|
|
|
||
|
|
export default ({ app, router, Vue }) => {
|
||
|
|
Vue.prototype.$google = google
|
||
|
|
}
|