This commit is contained in:
Viet An
2026-05-12 15:13:43 +07:00
parent f1ecd5c7ff
commit 336c8c9036
25 changed files with 1195 additions and 852 deletions

View File

@@ -59,6 +59,10 @@
<script setup>
useHead({
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.svg" }],
htmlAttrs: {
class: "has-background-blue-100",
style: "min-height: 100vh",
},
});
const { $createMeta, $store, $copy, $id } = useNuxtApp();