Fix some prop warnings

This commit is contained in:
James Lyne 2021-05-25 23:27:53 +01:00
parent 7250ffed05
commit 7401512161

View File

@ -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">