2017-02-04 23:52:26 +11:00
|
|
|
<template>
|
2019-03-26 01:50:09 +11:00
|
|
|
<conversation
|
|
|
|
:collapsable="false"
|
2019-07-05 17:17:44 +10:00
|
|
|
is-page="true"
|
2019-09-04 03:19:14 +10:00
|
|
|
:status-id="statusId"
|
2019-07-05 17:17:44 +10:00
|
|
|
/>
|
2017-02-04 23:52:26 +11:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<script src="./conversation-page.js"></script>
|