mock features panel

This commit is contained in:
Hakaba Hitoyo 2018-09-03 14:43:10 +09:00
parent 20b0ffc0b9
commit 52fe01e4d8
5 changed files with 10710 additions and 1 deletions

View file

@ -27,6 +27,7 @@
<div class="sidebar">
<user-panel></user-panel>
<nav-panel></nav-panel>
<features-panel></features-panel>
<instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel>
<who-to-follow-panel v-if="currentUser && suggestionsEnabled"></who-to-follow-panel>
<notifications v-if="currentUser"></notifications>