mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-09 15:05:34 +00:00
9 lines
327 B
Vue
9 lines
327 B
Vue
<template>
|
|
<div class="container px-6 mx-auto">
|
|
<div class="flex flex-col items-center border-t border-gray-200">
|
|
<div class="py-6 text-center">
|
|
<p class="text-sm text-gray-600">© {{ (new Date().getFullYear()) }} by Baka Team</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template> |