web-课程列表

This commit is contained in:
2025-10-21 17:59:34 +08:00
parent 9824a7d686
commit eef1c029b4
26 changed files with 2742 additions and 602 deletions

View File

@@ -16,7 +16,7 @@
<script setup lang="ts">
import { ref } from 'vue';
import { CourseList, CourseAdd } from './components';
import { CourseList, CourseAdd } from '@/views/course/components';
import type { Course } from '@/types/study';
type ViewType = 'list' | 'add' | 'edit';