You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-chat/src/components/chatInformations.vue

18 lines
261 B
Vue

<template>
<div class="chatInformations">
</div>
</template>
<script >
export default {
name: "chatInformations"
}
</script>
<style scoped>
.chatInformations{
position: absolute;
width: 100%;
height: 100%;
background-color: #f00;
}
</style>