Add some more routes to side drawer

This commit is contained in:
shpuld 2018-12-22 17:32:07 +02:00
parent 67263cde05
commit 4836c8ac74
5 changed files with 34 additions and 12 deletions

View file

@ -24,7 +24,13 @@
<div v-if="" class="container" id="content">
<side-drawer :activatePanel="activatePanel" :closed="!showMobileSidebar" :clickoutside="toggleMobileSidebar"></side-drawer>
<side-drawer
:activatePanel="activatePanel"
:closed="!showMobileSidebar"
:clickoutside="toggleMobileSidebar"
:logout="logout"
>
</side-drawer>
<!--
<button @click="activatePanel(mobileViews.postStatus)">post status</button>
<button @click="activatePanel(mobileViews.notifications)">notifs</button>