AppHeader Component
Displays the application header bar, including the app name and the main menu.
Overview
The AppHeader component provides:
- The application header bar at the top of the page
- The app name/brand on the left
- The main menu (via the
MainMenucomponent) on the right
Layout
- Left: App name/brand (
CartographerApp) - Right: Main menu (using the
MainMenucomponent)
Props
None
Slots
None
Data
None
Computed Properties
None
Methods
None
Example
<AppHeader />