mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 15:51:01 +08:00
10 lines
225 B
Vue
10 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() }} © 吳元皓</span
|
|
>
|
|
</div>
|
|
</template>
|