@@ -15,9 +15,9 @@ import StreetViewPanorama from './components/street-view-panorama.vue'
1515import PlaceInput from './components/place-input.vue'
1616import Autocomplete from './components/autocomplete.vue'
1717
18- import mapElementMixin from './mixins/map-element'
19- import mapElementFactory from './factories/map-element'
20- import mountableMixin from './mixins/mountable'
18+ import MapElementMixin from './mixins/map-element'
19+ import MapElementFactory from './factories/map-element'
20+ import MountableMixin from './mixins/mountable'
2121
2222// HACK: Cluster should be loaded conditionally
2323// However in the web version, it's not possible to write
@@ -34,8 +34,8 @@ let GmapApi = null
3434// export everything
3535export {
3636 loadGmapApi , KmlLayer , Marker , Polyline , Polygon , Circle , Cluster , Rectangle ,
37- InfoWindow , Map , PlaceInput , mapElementMixin , mapElementFactory , Autocomplete ,
38- mountableMixin , StreetViewPanorama
37+ InfoWindow , Map , PlaceInput , MapElementMixin , MapElementFactory , Autocomplete ,
38+ MountableMixin , StreetViewPanorama
3939}
4040
4141export function install ( Vue , options ) {
0 commit comments