Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-fe into feat/cprj-146

This commit is contained in:
Abizrh
2025-11-21 14:14:17 +07:00
436 changed files with 27168 additions and 2469 deletions
-1
View File
@@ -25,7 +25,6 @@ const ActiveForm = computed(() => formMap[type.value] || EarlyForm)
<template>
<div>
<SoapiList v-if="mode === 'list'" />
<component
v-else
:is="ActiveForm"