Add who-to-follow-panel
This commit is contained in:
parent
ea6ee2aaa2
commit
b32573138b
6 changed files with 225 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue