mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-17 00:43:02 +01:00
9 lines
162 B
Vue
9 lines
162 B
Vue
<template>
|
|
<conversation
|
|
:collapsable="false"
|
|
is-page="true"
|
|
:status-id="statusId"
|
|
/>
|
|
</template>
|
|
|
|
<script src="./conversation-page.js"></script>
|