Skip to content

Commit bcced49

Browse files
author
danhnguyen
committed
remove hard code
1 parent 3767561 commit bcced49

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/App.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts" setup>
2-
import { MapBox, LayerGroup } from '@components';
2+
import { MapBox } from '@components';
33
import '../dist/style.css';
44
</script>
55

@@ -8,13 +8,11 @@ import '../dist/style.css';
88
<MapBox
99
class="map"
1010
:options="{
11-
style:
12-
'https://api.maptiler.com/maps/396cecfe-3c92-4124-8071-3d2aff387ac9/style.json?key=ztwBSN2Gdk1gdq5hBBUw',
11+
style: '',
1312
container: 'mapContainer',
1413
center: [0, 0]
1514
}"
1615
>
17-
<LayerGroup source-id="" source="" layers=""></LayerGroup>
1816
</MapBox>
1917
</div>
2018
</template>

0 commit comments

Comments
 (0)