mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
7 lines
191 B
JavaScript
7 lines
191 B
JavaScript
import Vue from 'vue';
|
|
import { LMap, LTileLayer, LMarker } from 'vue2-leaflet';
|
|
|
|
Vue.component('l-map', LMap);
|
|
Vue.component('l-tile-layer', LTileLayer);
|
|
Vue.component('l-marker', LMarker);
|