Extract conversation and create conversation page.

This commit is contained in:
Roger Braun 2017-02-04 13:52:26 +01:00
parent ea25708bf3
commit 5ec4f1b047
5 changed files with 39 additions and 12 deletions

View file

@ -0,0 +1,5 @@
<template>
<conversation :collapsable="false" :statusoid="statusoid"></conversation>
</template>
<script src="./conversation-page.js"></script>