Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lgl
SmartVillages2
Commits
1573e335
Commit
1573e335
authored
Sep 22, 2025
by
Luna Riegel
Browse files
Add multiple tag to expansion panels
parent
278d7adf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/objectList.vue
View file @
1573e335
...
...
@@ -6,9 +6,9 @@
<span>
Die Objektbibliothek.
</span>
</
template
>
<
template
#default
>
<v-expansion-panels>
<VcsExpansionPanel
v-for =
"(subcats, categoryName) in objLib"
:key=
"categoryName"
:heading=
"categoryName"
>
<v-container
v-for=
"(entries, subCategory) in subcats"
:key =
"subCategory"
class=
" py-1 px-1 border-b-md"
expandable
>
<v-expansion-panels
multiple
>
<VcsExpansionPanel
v-for =
"(subcats, categoryName) in objLib"
:key=
"categoryName"
:heading=
"categoryName"
value=
"opened"
>
<v-container
v-for=
"(entries, subCategory) in subcats"
:key =
"subCategory"
class=
" py-1 px-1 border-b-md"
>
<v-col>
<VcsLabel
class=
"mb-4 text-h2"
>
{{
subCategory
}}
</VcsLabel>
<v-list>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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