Chore : components cleanup
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user