-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename composable with Mgl prefix to fit standards
- Loading branch information
1 parent
974fc04
commit c58c422
Showing
4 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
outline: deep | ||
--- | ||
|
||
::: info | ||
For further documentation, you can refer to the [vue-maplibre-gl documentation](https://indoorequal.github.io/vue-maplibre-gl/examples/use-map.html) that already include guides, API references, and examples. | ||
|
||
If you find any errors related the Nuxt module (a composable not available for example), please open an issue on the [GitHub repository](https://github.com/gugustinette/nuxt-maplibre). | ||
::: | ||
|
||
::: tip | ||
Note that composables are exported with the `Mgl` prefix added to the name of the composable. For example, the `useMap` composable is exported as `useMglMap`. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters