16 lines
230 B
Vue
16 lines
230 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<iframe
|
|
class="h-96 w-full"
|
|
style="filter: hue-rotate(51deg);"
|
|
src="https://yandex.ru/map-widget/v1/-/CDH7FS3m"
|
|
></iframe>
|
|
</template>
|
|
|
|
<style scoped lang="postcss">
|
|
|
|
</style>
|