Add Chats

This commit is contained in:
eugenijm 2020-05-07 16:10:53 +03:00
parent a0ddcbdf5b
commit aa2cf51c05
69 changed files with 2794 additions and 161 deletions

View file

@ -77,6 +77,7 @@
</div>
</div>
</nav>
<div class="app-bg-wrapper app-container-wrapper" />
<div
id="content"
class="container underlay"
@ -112,7 +113,7 @@
{{ $t("login.hint") }}
</router-link>
</div>
<transition name="fade">
<transition :name="transitionName">
<router-view />
</transition>
</div>