This commit is contained in:
2026-07-20 22:36:30 +07:00
parent 34520a95d4
commit 301cfcd61b
17 changed files with 171 additions and 95 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
// stores/auth.ts
import { type User } from '@/api/generated/crabs/evening_detective_server';
import { buildClient, getURL } from '@/api/generated/crabs/evening_detective_server/client';
import { defineStore } from 'pinia';
import { ref, computed } from 'vue';
import { computed,ref } from 'vue';
import { type User } from '@/api/generated/crabs/evening_detective_server';
import { buildClient } from '@/api/generated/crabs/evening_detective_server/client';
export const useAuthStore = defineStore('auth', () => {
// ===== STATE =====