Chore : components cleanup

This commit is contained in:
2024-08-01 17:31:09 +02:00
parent 240ab7e1d4
commit 23e5f9f432
31 changed files with 720 additions and 816 deletions
+2 -5
View File
@@ -5,7 +5,6 @@ import { getCurrentInstance } from "vue";
const nuxtApp = useNuxtApp();
const router = useRouter();
const authStore = useAuthStore();
console.log("compiling cards...");
@@ -14,16 +13,14 @@ if (!app) {
throw new Error("Couldn't bake cards: instance is null");
}
await compileCards(app);
const _cards = cards;
console.log("compiling done");
useHead({
title: "Héron Realms",
});
onMounted(()=>{
onMounted(() => {
authStore.whoami();
})
});
</script>
<template>
<div class="root_dom_div">