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

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