news-analyze/components/footer.vue

9 lines
225 B
Vue

<template>
<div
class="flex flex-row justify-center align-center text-center absolute inset-x-0"
>
<span class="text-xs m-4"
>{{ new Date().getFullYear() }} &copy; 吳元皓</span
>
</div>
</template>