운영 이관 준비

This commit is contained in:
2025-06-05 08:09:05 +09:00
parent 989b29437b
commit 1a3706d7a5
9 changed files with 163 additions and 12 deletions
@@ -199,7 +199,6 @@ import { ref, reactive, computed, onMounted } from 'vue';
import { useRouter, useRoute } from 'vue-router';
import { useToast } from 'primevue/usetoast';
import scoreService from '@/services/scoreService';
import meetingService from '@/services/meetingService';
const router = useRouter();
const route = useRoute();