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