@credenceanalytics/maps
v1.0.1
Published
The maps
Downloads
2
Maintainers
Keywords
Readme
Installation
npm install @credenceanalytics/maps --save
Usage
import {
BubbleMap,
GoogleMap,
LeafletMaps,
LineMap,
yandexMap,
ymapMarker
} from '@credenceanalytics/maps'
export default {
...
components: {
BubbleMap,
GoogleMap,
LeafletMaps,
LineMap,
yandexMap,
ymapMarker
}
}