Remove dead code
This commit is contained in:
@@ -9,7 +9,6 @@ import Marker from './components/marker.vue'
|
||||
import GMapCluster from './components/cluster.vue'
|
||||
import InfoWindow from './components/infoWindow.vue'
|
||||
import Map from './components/map.vue'
|
||||
import Autocomplete from './components/autocomplete.vue'
|
||||
|
||||
import MapElementMixin from './components/mapElementMixin'
|
||||
import buildComponent from './components/build-component'
|
||||
@@ -29,7 +28,6 @@ export {
|
||||
Map,
|
||||
MapElementMixin,
|
||||
buildComponent,
|
||||
Autocomplete,
|
||||
MountableMixin,
|
||||
}
|
||||
|
||||
@@ -71,7 +69,6 @@ export default function install(Vue, options) {
|
||||
Vue.component('GMapPolygon', Polygon)
|
||||
Vue.component('GMapCircle', Circle)
|
||||
Vue.component('GMapRectangle', Rectangle)
|
||||
Vue.component('GMapAutocomplete', Autocomplete)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user