add KitList component
This commit is contained in:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user