Clean up comments

This commit is contained in:
Fawad Mirzad
2021-02-13 19:19:52 +01:00
parent 24bd8be21a
commit c9a228aedd

View File

@@ -39,11 +39,6 @@ export function install(Vue, 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({
data: function () {
return { gmapApi: null }