feat: lang
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<script setup lang="ts">
|
||||
import { defineAsyncComponent } from "vue";
|
||||
|
||||
const LangInput = defineAsyncComponent(() => import("@/components/LangInput.vue"));
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<footer class="footer sm:footer-horizontal footer-center bg-base-300 text-base-content p-2">
|
||||
<aside>
|
||||
<p>
|
||||
<lang-input /> - 2026 -
|
||||
<a
|
||||
href="https://git.klemek.fr/klemek/tout-doux"
|
||||
class="underline">
|
||||
klemek
|
||||
</a>
|
||||
</p>
|
||||
</aside>
|
||||
</footer>
|
||||
</template>
|
||||
Reference in New Issue
Block a user