Skip to content

Commit

Permalink
docs: format get started
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Apr 19, 2024
1 parent 4efc74c commit 9a30ace
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,12 @@ app.mount("#app");
<script setup lang="ts"></script>
<template>
<ol-map style="min-width: 400px; min-height: 400px;">
// [!code focus]
<ol-view :center="[40, 40]" :zoom="5" projection="EPSG:4326" /> // [!code
focus]
<ol-map style="min-width: 400px; min-height: 400px;">// [!code focus:6]
<ol-view :center="[40, 40]" :zoom="5" projection="EPSG:4326" />
<ol-tile-layer>
// [!code focus] <ol-source-osm /> // [!code focus]
<ol-source-osm />
</ol-tile-layer>
// [!code focus]
</ol-map>
// [!code focus]
</template>
```

Expand Down

0 comments on commit 9a30ace

Please sign in to comment.