refactor: update theme components

This commit is contained in:
Łukasz Holeczek
2021-08-27 00:06:27 +02:00
parent e086d28946
commit 6ece5c009c
6 changed files with 123 additions and 103 deletions
+1
View File
@@ -44,6 +44,7 @@
v-for="item in currentRoute"
:href="item.to"
:active="item.to === '' ? true : false"
:key="item"
>
{{ item.name }}
</CBreadcrumbItem>