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

10 lines
176 B
Vue
Raw Normal View History

<template>
2019-03-26 01:50:09 +11:00
<conversation
:collapsable="false"
isPage="true"
:statusoid="statusoid"
></conversation>
</template>
<script src="./conversation-page.js"></script>