feat: Init HelpCenter Routes (#5034)

This commit is contained in:
Pranav Raj S
2022-07-14 10:31:36 +07:00
committed by GitHub
parent d7be0ea08e
commit 8dd0d514fd
21 changed files with 276 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
@open-notification-panel="openNotificationPanel"
/>
<secondary-sidebar
v-if="showSecondarySidebar"
:account-id="accountId"
:inboxes="inboxes"
:labels="labels"
@@ -50,6 +51,12 @@ export default {
SecondarySidebar,
},
mixins: [adminMixin, alertMixin, eventListenerMixins],
props: {
showSecondarySidebar: {
type: Boolean,
default: true,
},
},
data() {
return {
showOptionsMenu: false,