From c9a228aedd6310d8f50ce75cad0774fbe7b4e55f Mon Sep 17 00:00:00 2001 From: Fawad Mirzad Date: Sat, 13 Feb 2021 19:19:52 +0100 Subject: [PATCH] Clean up comments --- src/main.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.js b/src/main.js index 171a1aa..a0c6bab 100644 --- a/src/main.js +++ b/src/main.js @@ -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 }