Add some more routes to side drawer
This commit is contained in:
parent
67263cde05
commit
4836c8ac74
5 changed files with 34 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue