This commit is contained in:
HAM!DREZA
2024-05-01 21:26:18 +03:30
parent a6947c37a6
commit 48537c93a5
12 changed files with 857 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
import leaflet from 'leaflet/dist/leaflet.js'
import 'leaflet/dist/leaflet.css';
export default defineNuxtPlugin(nuxtApp => {
return nuxtApp.provide('leaflet', leaflet)
})