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

8 lines
130 B
Vue
Raw Normal View History

<template>
2026-06-30 14:26:24 +03:00
<Conversation
2019-09-03 13:19:14 -04:00
:status-id="statusId"
2026-06-30 14:26:24 +03:00
is-page
2019-07-05 10:17:44 +03:00
/>
</template>
<script src="./conversation-page.js"></script>