akkoma-fe/src/components/conversation-page/conversation-page.vue

10 lines
176 B
Vue

<template>
<conversation
:collapsable="false"
isPage="true"
:statusoid="statusoid"
></conversation>
</template>
<script src="./conversation-page.js"></script>