diff --git a/src/main.js b/src/main.js index 853a8ce..f8bf69e 100644 --- a/src/main.js +++ b/src/main.js @@ -16,7 +16,6 @@ import MapElementFactory from './components/mapElementFactory' import MountableMixin from './utils/mountableMixin' let GmapApi = null -// export everything export { loadGMapApi, Marker, @@ -34,7 +33,6 @@ export { } export function install(Vue, options) { - // Set defaults options = { installComponents: true, autobindAllEvents: false,