Leaflet
OverviewOfficial Website
Leaflet js is an open-source JavaScript library for mobile-friendly interactive maps.
Import Package
<!-- import leaflet -->
import { latLng } from "leaflet";
import { LMap, LTileLayer, LMarker, LTooltip, LIcon } from "@vue-leaflet/vue-leaflet";
Add Package
yarn add vue-leaflet --save, yarn add leaflet --save
Remove Package
yarn remove vue-leaflet, yarn remove leaflet Or you can remove package by removing specific package from package.json