Update CONTRIBUTING.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Frank Elsinga 2026-01-03 03:32:49 +01:00 committed by GitHub
parent 1f41f6b540
commit 74910e8408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -426,8 +426,7 @@ by Vue Router.
The router is in `src/router.js` The router is in `src/router.js`
Most data in the frontend is stored at the root level, even Most data in the frontend is stored at the root level, even though the router can navigate to different pages.
though you changed the current router to any other pages.
The data and socket logic are in `src/mixins/socket.js`. The data and socket logic are in `src/mixins/socket.js`.