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.
geografia-fe/geografia_vue/src/components/Main.vue

16 lines
308 B
Vue

<template>
<div id="background">
{v-for key="messages" message in history.messages
<ChatPreview pic-profile="" chat-name="" chat-last-msg="" chat-seen="" chat-date="" chat-new-messages="" />
}
</div>
</template>
<script>
export default {
setup() {},
};
</script>
<style scoped></style>