10 lines
199 B
Vue
10 lines
199 B
Vue
<template>
|
|
|
|
<footer>
|
|
<div class="p-4 text-center font-sans">
|
|
Hutopy ©{{ new Date().getFullYear() }} - {{ $t('footer.allRightsReserved') }}
|
|
</div>
|
|
</footer>
|
|
|
|
</template>
|