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

10 lines
163 B
Vue
Raw Normal View History

<template>
2019-03-25 14:50:09 +00:00
<conversation
:collapsable="false"
is-page="true"
2019-03-25 14:50:09 +00:00
:statusoid="statusoid"
/>
</template>
<script src="./conversation-page.js"></script>