Skip to content

Commit 2627a96

Browse files
committed
Fix ReadMe
1 parent 5f6df28 commit 2627a96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ That's it! You can now use Leaflet in your Nuxt app ✨
3232

3333
For a complete list of the components available, check out the [official documentation](https://leaflet.nuxtjs.org/components/introduction.html) library.
3434

35-
Please note that components are exported in PascalCase, so for example, write `<LMap>` instead of `<l-map>`.
36-
3735
### Basic
3836

3937
```vue
@@ -43,6 +41,7 @@ Please note that components are exported in PascalCase, so for example, write `<
4341
ref="map"
4442
:zoom="zoom"
4543
:center="[47.21322, -1.559482]"
44+
:use-global-leaflet="false"
4645
>
4746
<LTileLayer
4847
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"

0 commit comments

Comments
 (0)