Loading readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ If you need to gain access to the `google` object, you can access it by getting /> </template> <script> import {gmapApi} from 'vue2-google-maps' import {gmapApi} from '@fawmi/vue-google-maps' export default { mounted() { Loading src/main.js +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ export function install(Vue, options) { // Update the global `GmapApi`. This will allow // components to use the `google` global reactively // via: // import {gmapApi} from 'vue2-google-maps' // import {gmapApi} from '@fawmi/vue-google-maps' // export default { computed: { google: gmapApi } } GmapApi = createApp({ data: function () { Loading test/test-pages/test-page-without-maps.html +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ <script src="../../dist/vue-google-maps.js"></script> <script> // This page does not have maps, but we use Vue2-google-maps // This page does not have maps, but we use @fawmi/vue-google-maps // Must ensure that Google Maps library is NEVER loaded Vue.use(VueGoogleMaps, { load: { Loading Loading
readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ If you need to gain access to the `google` object, you can access it by getting /> </template> <script> import {gmapApi} from 'vue2-google-maps' import {gmapApi} from '@fawmi/vue-google-maps' export default { mounted() { Loading
src/main.js +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ export function install(Vue, options) { // Update the global `GmapApi`. This will allow // components to use the `google` global reactively // via: // import {gmapApi} from 'vue2-google-maps' // import {gmapApi} from '@fawmi/vue-google-maps' // export default { computed: { google: gmapApi } } GmapApi = createApp({ data: function () { Loading
test/test-pages/test-page-without-maps.html +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ <script src="../../dist/vue-google-maps.js"></script> <script> // This page does not have maps, but we use Vue2-google-maps // This page does not have maps, but we use @fawmi/vue-google-maps // Must ensure that Google Maps library is NEVER loaded Vue.use(VueGoogleMaps, { load: { Loading