Feat : add tokens, handle mutex effects
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { compileCards } from "./services/loadCards";
|
||||
import { cards, compileCards } from "./services/loadCards";
|
||||
import { getCurrentInstance } from "vue";
|
||||
// import goStore, { oauth2_register_discord, setup_websocket, heron_cookie_login } from "@/netcode";
|
||||
|
||||
@@ -17,6 +17,7 @@ if (!app) {
|
||||
}
|
||||
await compileCards(app);
|
||||
|
||||
const _cards = cards;
|
||||
console.log("compiling done");
|
||||
|
||||
useHead({
|
||||
|
||||
Reference in New Issue
Block a user