514 B
514 B
- [Task 6] User Recommended Major List API Integration
- Create
src/service/api/major.tswith types and API method - Integrate API in
src/pages/simulate.vue(Panel A) - Update template to display real data
- Create
- [Task 8] Fix TypeScript type error in
simulate.vue- Add
'stable'toTabKeytype definition - Cleanup unused
'all'type if necessary
- Add