update ui

This commit is contained in:
2026-01-26 01:15:38 +07:00
parent 58f2874102
commit b87d18576b
25 changed files with 982 additions and 482 deletions

View File

@@ -35,7 +35,7 @@ import { reactive } from 'vue';
import { Form, type FormSubmitEvent } from '@primevue/forms';
import { zodResolver } from '@primevue/forms/resolvers/zod';
import { z } from 'zod';
import Toast from 'primevue/toast';
import { useAuthStore } from '@/stores/auth';
import { useToast } from "primevue/usetoast";