We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd6bad commit 4eb4874Copy full SHA for 4eb4874
components/VFooter.vue
@@ -1,3 +1,7 @@
1
+<script setup lang="ts">
2
+const date = new Date();
3
+</script>
4
+
5
<template>
6
<footer class="footer relative pt-10 pb-10 lg:pb-24 lg:pt-28">
7
<div
@@ -156,7 +160,7 @@
156
160
<footer
157
161
class="pt-12 mx-auto px-6 lg:max-w-[75rem] text-gray-400 text-sm text-center lg:text-left"
158
162
>
159
- Templatr © 2023 by Shaun. All rights unreserved.
163
+ Templatr © {{ date.getFullYear() }} by Shaun. All rights unreserved.
164
</footer>
165
166
</template>
0 commit comments