Added map
This commit is contained in:
14
components/map-view.vue
Normal file
14
components/map-view.vue
Normal 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>
|
||||
Reference in New Issue
Block a user