Update index.vue

This commit is contained in:
Swift
2024-02-03 11:19:56 +03:30
parent 5d2b4713ff
commit 9632f7baed
+2 -2
View File
@@ -4,9 +4,9 @@
<div class="container">
<div class="row" >
<div class="col-12 col-md-6 message rounded">
<l-map :zoom="15" :center="[35.71145647679602, 51.41578735415159]">
<l-map :zoom="15" :center="[35.7114463, 51.4165909]">
<l-tile-layer url="http://{s}.tile.osm.org/{z}/{x}/{y}.png"></l-tile-layer>
<l-marker :lat-lng="[35.71145647679602, 51.41578735415159]"></l-marker>
<l-marker :lat-lng="[35.7114463, 51.4165909]"></l-marker>
</l-map>
</div>
<div class="col-12 col-md-6 mt-5 mt-md-0 contact">