Skip to content

Commit

Permalink
Fix doc nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Jun 1, 2024
1 parent b1d5ec8 commit 7824c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/using-l.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ You might want to access the Leaflet global variable in your Vue component. This
You can still import the `L` global variable from the `leaflet` package and use it in your Vue component. Here is an example of how you can access the `L` global variable in a Vue component.

::: warning
This is only possible in a client-side environment. If you are using Nuxt.js, you should use the `client-only` component to ensure that the code is only executed on the client side or set your map route to `ssr: false`.
This is only possible in a client-side environment. You should use the `client-only` component to ensure that the code is only executed on the client side or set your map route to `ssr: false`.
:::

```vue{6,18,21-23}
Expand Down

0 comments on commit 7824c11

Please sign in to comment.