add some shit

This commit is contained in:
2026-09-08 17:15:33 +02:00
parent b65f46afd8
commit e300915144
8 changed files with 68 additions and 3 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
<footer>
<slot>All rights reserved</slot>
<template v-if="this.date">
{{ this.year }}
</template>
</footer>
@@ -15,7 +14,7 @@ export default {
data() {
return {
year: 0,
};
}
},
props: {
date: {