feat(sep): enhance entry form and update label formatting in services

This commit is contained in:
riefive
2025-10-24 13:21:52 +07:00
parent ae995fef1d
commit 80f75a3c02
5 changed files with 15 additions and 24 deletions
+1
View File
@@ -3,6 +3,7 @@ import { ref, onMounted } from 'vue'
import { useRoute } from 'vue-router'
// Components
import AppSepEntryForm from '~/components/app/sep/entry-form.vue'
import AppViewHistory from '~/components/app/sep/view-history.vue'
import { toast } from '~/components/pub/ui/toast'