Many Changes

This commit is contained in:
2023-12-15 20:48:47 +01:00
parent 0590fa0875
commit b9772def05
13 changed files with 530 additions and 93 deletions

View File

@@ -0,0 +1,22 @@
<script setup>
</script>
<template>
<UPage>
<UCard>
<template #header>
Etikettendrucker
</template>
</UCard>
<UCard>
<template #header>
A4 Drucker
</template>
</UCard>
</UPage>
</template>
<style scoped>
</style>