We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3767561 commit bcced49Copy full SHA for bcced49
src/App.vue
@@ -1,5 +1,5 @@
1
<script lang="ts" setup>
2
-import { MapBox, LayerGroup } from '@components';
+import { MapBox } from '@components';
3
import '../dist/style.css';
4
</script>
5
@@ -8,13 +8,11 @@ import '../dist/style.css';
8
<MapBox
9
class="map"
10
:options="{
11
- style:
12
- 'https://api.maptiler.com/maps/396cecfe-3c92-4124-8071-3d2aff387ac9/style.json?key=ztwBSN2Gdk1gdq5hBBUw',
+ style: '',
13
container: 'mapContainer',
14
center: [0, 0]
15
}"
16
>
17
- <LayerGroup source-id="" source="" layers=""></LayerGroup>
18
</MapBox>
19
</div>
20
</template>
0 commit comments