mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-25 13:59:14 +02:00
feat:#24 lint and format
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user