Commit c8ae5ff2 authored by Luna Riegel's avatar Luna Riegel
Browse files

Format code

parent d22dc7a9
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment