Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ In your `main.js` or inside a Nuxt plugin: ```js import { createApp } from 'vue' import * as VueGoogleMaps from '@fawmi/vue-google-maps' import VueGoogleMaps from '@fawmi/vue-google-maps' const app = createApp(App); app.use(VueGoogleMaps, { Loading package.json +1 −1 Original line number Diff line number Diff line { "name": "@fawmi/vue-google-maps", "description": "Google Map components for Vue.js 3", "version": "0.7.6", "version": "0.7.7", "private": false, "main": "src/main.js", "keywords": [ Loading src/main.js +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ export { MountableMixin, } export function install(Vue, options) { export default function install(Vue, options) { options = { installComponents: true, autobindAllEvents: false, Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ In your `main.js` or inside a Nuxt plugin: ```js import { createApp } from 'vue' import * as VueGoogleMaps from '@fawmi/vue-google-maps' import VueGoogleMaps from '@fawmi/vue-google-maps' const app = createApp(App); app.use(VueGoogleMaps, { Loading
package.json +1 −1 Original line number Diff line number Diff line { "name": "@fawmi/vue-google-maps", "description": "Google Map components for Vue.js 3", "version": "0.7.6", "version": "0.7.7", "private": false, "main": "src/main.js", "keywords": [ Loading
src/main.js +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ export { MountableMixin, } export function install(Vue, options) { export default function install(Vue, options) { options = { installComponents: true, autobindAllEvents: false, Loading