Commit 720896e 1 parent b4aff73 commit 720896e Copy full SHA for 720896e
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 443
443
<!-- Media Section End -->
444
444
445
445
446
+ <!--
446
447
<section id="maps_section" class="cointainer">
447
448
<div class="bg-title" :class="screenWidth > 600 ? '' : 'mb'">
448
449
<div
458
459
</div>
459
460
<MapSwiper />
460
461
</section>
462
+ -->
461
463
<!--
462
464
<div class="section-number">
463
465
<section class="cointainer">
@@ -1377,7 +1379,7 @@ import Media from "../components/Media.vue";
1377
1379
import Booth from " ../components/Booth.vue" ;
1378
1380
import Resources from " ../components/Resources.vue" ;
1379
1381
import SpeakerModal from " ../components/SpeakerModal.vue" ;
1380
- import MapSwiper from " ../components/MapSwiper.vue" ;
1382
+ // import MapSwiper from "../components/MapSwiper.vue";
1381
1383
1382
1384
// import speakers from "../utils/speaker.js";
1383
1385
import speakers from " ../utils/speaker.json" ;
@@ -1889,7 +1891,7 @@ export default {
1889
1891
AgendaCard,
1890
1892
SpeakerModal,
1891
1893
Resources,
1892
- MapSwiper,
1894
+ // MapSwiper,
1893
1895
},
1894
1896
methods: {},
1895
1897
mounted () {},
You can’t perform that action at this time.
0 commit comments