MapOne loaded {{ mapOne.isLoaded }}
MapSecond loaded {{ mapSecond.isLoaded }}
```
--------------------------------
### Vue Component with Custom Marker
Source: https://indoorequal.github.io/vue-maplibre-gl/examples/custom-marker
Use this component to display a MapLibre GL map with a custom-styled marker. Ensure you have the '@indoorequal/vue-maplibre-gl' package installed and a MapLibre GL style URL with an API key.
```vue