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

9 lines
176 B
Vue
Raw Normal View History

<template>
2019-03-25 10:50:09 -04:00
<conversation
:collapsable="false"
2019-04-10 21:48:42 +03:00
isPage="true"
2019-03-25 10:50:09 -04:00
:statusoid="statusoid"
2019-04-10 21:48:42 +03:00
></conversation>
</template>
<script src="./conversation-page.js"></script>