feat:#24 lint and format

This commit is contained in:
Elmar Kresse
2024-01-18 22:05:41 +01:00
parent 32b8b7de65
commit 74aa2376ae
5 changed files with 691 additions and 525 deletions

View File

@@ -61,8 +61,8 @@ const items = computed(() => [
:icon="item.icon"
text
severity="secondary"
@click="navigate"
:class="item.route === $route.path ? 'active' : ''"
@click="navigate"
/>
</router-link>
</template>