Remove unnecessary comments

This commit is contained in:
Fawad Mirzad
2021-02-13 19:17:04 +01:00
parent 01eee58476
commit 20dede71f6

View File

@@ -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,