feat: Add AppHeader component for the application layout, including menu toggle, branding, optional search, language switcher, and user menu.
This commit is contained in:
parent
38969c7169
commit
2d30b40328
1 changed files with 1 additions and 2 deletions
|
|
@ -20,9 +20,8 @@ const searchText = ref('')
|
|||
|
||||
<template>
|
||||
<q-toolbar class="bg-transparent text-slate-800 dark:text-white h-16 px-4">
|
||||
<!-- Mobile Menu Toggle -->
|
||||
<!-- Menu Toggle (Always Visible) -->
|
||||
<q-btn
|
||||
v-show="$q.screen.lt.md"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue