SelectedCoursesIndex.vue 421 B

123456789101112
  1. <!--
  2. * @Description: 技能培训 => 技能包 => 精选课程
  3. * @Author: 空白格
  4. * @Date: 2022-08-26 10:48:52
  5. * @LastEditors: 空白格
  6. * @LastEditTime: 2022-08-26 10:48:52
  7. * @FilePath: \veterans_client_web\src\views\SkillTraining\SkillPackage\SelectedCourses\SelectedCoursesIndex.vue
  8. * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
  9. -->
  10. <template>
  11. <div>精选课程</div>
  12. </template>