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