mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-13 16:13:21 +01:00
5 lines
147 B
Vue
5 lines
147 B
Vue
<template>
|
|
<conversation :collapsable="false" :statusoid="statusoid"></conversation>
|
|
</template>
|
|
|
|
<script src="./conversation-page.js"></script>
|