Fix build
This commit is contained in:
parent
b210f63638
commit
7fe660d491
@ -17,7 +17,7 @@
|
||||
<template>
|
||||
<Map></Map>
|
||||
<Sidebar></Sidebar>
|
||||
<!-- <Chat v-if="chatEnabled"></Chat>-->
|
||||
<Chat v-if="false"></Chat>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
@ -24,7 +24,7 @@
|
||||
<CoordinatesControl v-if="coordinatesControlEnabled" :leaflet="leaflet"></CoordinatesControl>
|
||||
<LinkControl v-if="linkControlEnabled" :leaflet="leaflet"></LinkControl>
|
||||
<ClockControl v-if="clockControlEnabled" :leaflet="leaflet"></ClockControl>
|
||||
<!-- <ChatControl v-if="chatEnabled" :leaflet="leaflet"></ChatControl>-->
|
||||
<ChatControl v-if="false" :leaflet="leaflet"></ChatControl>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user