Skip to content

Commit 7824c11

Browse files
committed
Fix doc nonsense
1 parent b1d5ec8 commit 7824c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/using-l.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You might want to access the Leaflet global variable in your Vue component. This
55
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.
66

77
::: warning
8-
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`.
8+
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`.
99
:::
1010

1111
```vue{6,18,21-23}

0 commit comments

Comments
 (0)