add instance specific panel

This commit is contained in:
hakabahitoyo 2018-02-04 00:27:33 +09:00
parent 92289e545a
commit 95cba854f3
6 changed files with 42 additions and 5 deletions

View file

@ -23,6 +23,7 @@
<div class="sidebar">
<user-panel></user-panel>
<nav-panel></nav-panel>
<instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel>
<chat-panel v-if="currentUser && chat"></chat-panel>
<notifications v-if="currentUser"></notifications>
</div>