This commit is contained in:
Warunee Tamkoo 2024-06-28 16:51:48 +07:00
parent eb74d42767
commit 1739f5bae3
5 changed files with 75 additions and 62 deletions

View file

@ -2,8 +2,10 @@ const evaluateMain = () =>
import("@/modules/06_evaluate/views/EvaluateMain.vue");
const evaluateStep = () =>
import("@/modules/06_evaluate/components/EvaluateStepMain.vue");
const expertPage = () => import('@/modules/06_evaluate/components/ExpertPage.vue')
const expertPageDetail = () => import('@/modules/06_evaluate/components/ExpertPageDetail.vue')
const expertPage = () =>
import("@/modules/06_evaluate/components/ExpertPage.vue");
const expertPageDetail = () =>
import("@/modules/06_evaluate/components/ExpertPageDetail.vue");
export default [
{
path: "/evaluate",