Added map

This commit is contained in:
2024-09-22 08:53:18 +03:00
parent 3722d8c6e8
commit 3c91cd3d15
5 changed files with 50 additions and 45 deletions

14
components/map-view.vue Normal file
View File

@@ -0,0 +1,14 @@
<script setup lang="ts">
</script>
<template>
<iframe
class="h-96 w-full"
src="https://yandex.ru/map-widget/v1/-/CDH7FS3m"
></iframe>
</template>
<style scoped lang="postcss">
</style>