Add who-to-follow-panel

This commit is contained in:
Hakaba Hitoyo 2018-02-11 23:12:05 +09:00 committed by hakabahitoyo
parent ea6ee2aaa2
commit b32573138b
6 changed files with 225 additions and 3 deletions

View file

@ -24,6 +24,7 @@
<user-panel></user-panel>
<nav-panel></nav-panel>
<instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel>
<who-to-follow-panel v-if="currentUser && showWhoToFollowPanel"></who-to-follow-panel>
<chat-panel v-if="currentUser && chat"></chat-panel>
<notifications v-if="currentUser"></notifications>
</div>