This commit is contained in:
2026-01-13 20:44:15 +01:00
commit 8659d58a57
29 changed files with 13509 additions and 0 deletions
@@ -0,0 +1,19 @@
<script setup lang="ts">
</script>
<template>
<v-footer
:app="true"
:rounded="true"
color="red"
>
<div class="px-4 py-2 bg-black text-center w-100">
{{ new Date().getFullYear() }} <strong>Vuetify</strong>
</div>
</v-footer>
</template>
<style scoped>
</style>