Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Sep 8, 2024
1 parent 63dda75 commit 402e81f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
:width="width"
>
<yandex-map-default-scheme-layer/>
<yandex-map-carparks-layer/>
</yandex-map>
<!-- #endregion html -->
</template>
Expand All @@ -29,6 +28,6 @@
<script setup lang="ts">
import CommonWrapper from '../CommonWrapper.vue';
// #region setup
import { YandexMap, YandexMapDefaultSchemeLayer, YandexMapCarparksLayer } from 'vue-yandex-maps';
import { YandexMap, YandexMapDefaultSchemeLayer } from 'vue-yandex-maps';
// #endregion setup
</script>

0 comments on commit 402e81f

Please sign in to comment.