diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 2effc983..55cac52c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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> |
