Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
NPDD
baobaxia-ryru
Commits
c3326de8
Commit
c3326de8
authored
4 years ago
by
Thayana Mamoré
Browse files
Options
Download
Email Patches
Plain Diff
fixing menu
parent
8784d478
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/layouts/MainLayout.vue
+18
-5
src/layouts/MainLayout.vue
with
18 additions
and
5 deletions
+18
-5
src/layouts/MainLayout.vue
View file @
c3326de8
...
...
@@ -2,20 +2,33 @@
<q-layout
view=
"hHh Lpr lFf"
>
<q-header
elevated
>
<q-toolbar>
<q-btn
<!--
<q-btn
flat
dense
round
icon=
"menu"
aria-label=
"Menu"
@
click=
"leftDrawerOpen = !leftDrawerOpen"
/>
/>
-->
<q-toolbar-title>
Quasar Acervo Digital
<div
style=
"font-family: monument;"
>
Janeraka
</div>
</q-toolbar-title>
<div>
Quasar v
{{
$q
.
version
}}
</div>
<div
class=
"gt-xs"
>
<q-tabs
align=
"right"
shrink
>
<q-route-tab
v-for=
"(tab, index) in essentialLinks"
:key=
"index"
:label=
"tab.title"
exact
content-class=
"text-weight-thin"
:to=
"
{ name: tab.route }"
/>
</q-tabs>
</div>
</q-toolbar>
</q-header>
...
...
@@ -69,7 +82,7 @@
</
template
>
<
script
>
import
EssentialLink
from
'
components/EssentialLink
.vue
'
import
EssentialLink
from
'
components/EssentialLink
'
const
linksData
=
[
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help