- Added error handling in MatchService to throw an HttpError if a match is not found after an update, improving robustness. - Enhanced sorting logic in DiaryView to ensure case-insensitive comparison for first and last names, with a stable fallback using IDs. - Refactored currentClub watcher in ScheduleView to use an object syntax for better clarity and immediate execution on initialization.
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.