<template>
<div class="list">
<span>Ich bin List.vue</span>
<table>
<thead>
<tr>
<th>Kürzel</th>
<th>Note</th>
<th>Credits</th>
<th></th>
</tr>
</thead>
</table>
</div>
</template>
<script setup>
</script>
<style lang="css">
</style>