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

6 lines
147 B
Vue
Raw Normal View History

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