add KitList component

This commit is contained in:
axolotle
2021-07-01 14:32:24 +02:00
parent 1387bbed69
commit 0d2d870381
4 changed files with 114 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
</nav>
<b-button
v-if="['library', 'kit'].includes($route.name)"
v-if="$route.name === 'library'"
class=""
:class="optionsVisible ? null : 'collapsed'"
:aria-expanded="optionsVisible ? 'true' : 'false'"