Merge pull request #46 from SELab-2/feat/frontend-router-init

feat(frontend): initialisatie router en bijhorende .vue componenten
This commit is contained in:
Joyelle Ndagijimana 2025-02-27 09:52:17 +01:00 committed by GitHub
commit 0d50156f5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 401 additions and 448 deletions

View file

@ -35,5 +35,8 @@
"eslint-config-prettier": "^10.0.1",
"jiti": "^2.4.2",
"typescript-eslint": "^8.24.1"
},
"dependencies": {
"vue-i18n": "^10.0.5"
}
}