How to customize the navigation bar of my custom module? #7352
sarthakgaur
announced in
Archive
Replies: 1 comment
-
|
@sarthakgaur There's a named In your Vue file, use: <template>
<private-view title="My Module">
<template #navigation>
This goes in the navigation bar!
</template>
</private-view>
</template> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By custom module's navigation bar, I mean this:
The navigation bar is currently empty, how can I customize it?
PS: The custom module is made using Vue components.
Beta Was this translation helpful? Give feedback.
All reactions