1
0
Fork 0
akkoma-fe/src/components/conversation-page/conversation-page.vue

10 lines
162 B
Vue

<template>
<conversation
:collapsable="false"
is-page="true"
:status-id="statusId"
/>
</template>
<script src="./conversation-page.js"></script>