Skip to content

Commit 720896e

Browse files
committed
remove map
1 parent b4aff73 commit 720896e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

summit/src/page/Index.vue

+4-2
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@
443443
<!-- Media Section End -->
444444

445445

446+
<!--
446447
<section id="maps_section" class="cointainer">
447448
<div class="bg-title" :class="screenWidth > 600 ? '' : 'mb'">
448449
<div
@@ -458,6 +459,7 @@
458459
</div>
459460
<MapSwiper />
460461
</section>
462+
-->
461463
<!--
462464
<div class="section-number">
463465
<section class="cointainer">
@@ -1377,7 +1379,7 @@ import Media from "../components/Media.vue";
13771379
import Booth from "../components/Booth.vue";
13781380
import Resources from "../components/Resources.vue";
13791381
import SpeakerModal from "../components/SpeakerModal.vue";
1380-
import MapSwiper from "../components/MapSwiper.vue";
1382+
// import MapSwiper from "../components/MapSwiper.vue";
13811383
13821384
// import speakers from "../utils/speaker.js";
13831385
import speakers from "../utils/speaker.json";
@@ -1889,7 +1891,7 @@ export default {
18891891
AgendaCard,
18901892
SpeakerModal,
18911893
Resources,
1892-
MapSwiper,
1894+
// MapSwiper,
18931895
},
18941896
methods: {},
18951897
mounted() {},

0 commit comments

Comments
 (0)