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
c8ae5ff2
You need to sign in or sign up before continuing.
Commit
c8ae5ff2
authored
Nov 21, 2025
by
Luna Riegel
Browse files
Format code
parent
d22dc7a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/objectList.vue
View file @
c8ae5ff2
...
...
@@ -10,7 +10,7 @@
<VcsExpansionPanel
v-for =
"(subcats, categoryName) in objLib"
:key=
"categoryName"
:heading=
"categoryName"
>
<v-container
class=
"px-1 py-0"
>
<v-row
class=
"v-row--no-gutters"
>
<template
v-for=
"(entries, subCategory) in subcats"
:key =
"subCategory"
>
<template
v-for=
"(entries, subCategory) in subcats"
:key =
"subCategory"
>
<vcs-button
v-for=
"entry in entries"
:key=
"entry.title"
...
...
@@ -23,8 +23,8 @@
>
<img
:src=
"entry.icon"
:alt=
"entry.icon"
style=
"display: block; width: 64px; height: 64px;"
/>
</vcs-button>
<v-divider/>
</
template
>
<v-divider/>
</
template
>
</v-row>
</v-container>
</VcsExpansionPanel>
...
...
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