aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation-page/conversation-page.vue
blob: 3db6334313b6c738df6a190722412ddc52352d57 (plain)
1
2
3
4
5
6
7
8
9
<template>
  <conversation
    :collapsable="false"
    is-page="true"
    :statusoid="statusId"
  />
</template>

<script src="./conversation-page.js"></script>