Commit c9a228ae authored by Fawad Mirzad's avatar Fawad Mirzad
Browse files

Clean up comments

parent 24bd8be2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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 }