Clean up comments
This commit is contained in:
@@ -39,11 +39,6 @@ export function install(Vue, options) {
|
|||||||
...options,
|
...options,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update the global `GmapApi`. This will allow
|
|
||||||
// components to use the `google` global reactively
|
|
||||||
// via:
|
|
||||||
// import {gmapApi} from '@fawmi/vue-google-maps'
|
|
||||||
// export default { computed: { google: gmapApi } }
|
|
||||||
GmapApi = createApp({
|
GmapApi = createApp({
|
||||||
data: function () {
|
data: function () {
|
||||||
return { gmapApi: null }
|
return { gmapApi: null }
|
||||||
|
|||||||
Reference in New Issue
Block a user