初始化

This commit is contained in:
2025-09-11 22:33:15 +08:00
parent ee95701e74
commit 7c7e4f18ea
12 changed files with 760 additions and 5 deletions

View File

@@ -37,6 +37,11 @@ const routes = [
name: 'AnswerRecord',
component: () => import('../views/AnswerRecord.vue'),
},
{
path: 'question-category',
name: 'QuestionCategory',
component: () => import('@/views/question-category/index.vue'),
},
],
},
];