Fix some prop warnings
This commit is contained in:
parent
7250ffed05
commit
7401512161
@ -18,7 +18,7 @@
|
|||||||
<Map></Map>
|
<Map></Map>
|
||||||
<Sidebar></Sidebar>
|
<Sidebar></Sidebar>
|
||||||
<ChatBox v-if="chatBoxEnabled" v-show="chatBoxEnabled && chatVisible"></ChatBox>
|
<ChatBox v-if="chatBoxEnabled" v-show="chatBoxEnabled && chatVisible"></ChatBox>
|
||||||
<notifications position="bottom center" speed="250" max="3" ignoreDuplicates="true" />
|
<notifications position="bottom center" :speed="250" :max="3" :ignoreDuplicates="true" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
Loading…
Reference in New Issue
Block a user