Skip to content

Commit

Permalink
Fix vector-layer.md code style
Browse files Browse the repository at this point in the history
The markdown code styling for the example code was missing.
  • Loading branch information
ardaa committed Aug 12, 2022
1 parent 26eb09e commit d5a7ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/component/vector-layer.md
Expand Up @@ -17,7 +17,7 @@ Vue.use(VectorLayer)

Example below shows how you can use `vl-layer-vector` and [`vl-source-vector`](/docs/component/vector-source.md) to render some
vector features from remote backend.

```javascript
<vuep template="#usage-example"></vuep>

<script v-pre type="text/x-template" id="usage-example">
Expand Down Expand Up @@ -179,7 +179,7 @@ vector features from remote backend.
}
</script>
</script>

```
## Properties

### id
Expand Down

0 comments on commit d5a7ccf

Please sign in to comment.