add arrowheads plugin

This commit is contained in:
2025-04-16 00:53:54 -04:00
parent b2a9488efd
commit da99bfdeef
3 changed files with 25 additions and 0 deletions

View File

@ -12,6 +12,8 @@ import Announcement from '../components/Announcement.vue';
import axios from 'axios';
import moment from 'moment';
import L from 'leaflet/dist/leaflet.js';
import 'leaflet-geometryutil/src/leaflet.geometryutil.js';
import 'leaflet-arrowheads/src/leaflet-arrowheads.js';
import 'leaflet.markercluster/dist/leaflet.markercluster.js';
import 'leaflet-groupedlayercontrol/dist/leaflet.groupedlayercontrol.min.js';
import { onMounted, useTemplateRef, ref, watch, markRaw } from 'vue';