This commit is contained in:
Douglas Barone 2022-11-22 12:15:19 -04:00
parent a65a8664af
commit 3402333599

View File

@ -39,7 +39,7 @@
<v-divider />
<v-list nav>
<v-list-item v-for="item in nav" :key="item.to" :to="item.to">
<v-list-item v-for="item in nav" :key="item.to" :to="{ name: item.to }">
<v-list-item-icon>
<v-icon>{{ item.icon }}</v-icon>
</v-list-item-icon>