aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorhakabahitoyo <hakabahitoyo@example.com>2018-02-04 00:27:33 +0900
committerhakabahitoyo <hakabahitoyo@example.com>2018-02-04 00:27:33 +0900
commit95cba854f389ebdee200d0df147e4c26ed4949a0 (patch)
tree90f265345b39e2f74b01208d4524f4f47e45c55f /src/App.vue
parent92289e545a62bd28ea336c5d712a05445e0e20ab (diff)
add instance specific panel
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index ec403519..2a910bc0 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -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>