Merge remote-tracking branch 'origin/master'

This commit is contained in:
2024-04-09 17:59:54 +02:00
13 changed files with 715 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import Courses from "@/Apps/ManageCourses.vue"
import Users from "@/Apps/UsersList.vue"
import Students from "@/Apps/StudentsList.vue"
import ResearcherProfile from "@/Apps/ScientificPublications/ResearcherProfile.vue";
import Msg from "@/Apps/Msg.vue"
const apps = {
'/login': LoginPage,
@@ -19,6 +20,7 @@ const apps = {
'/users-list' : Users,
'/students-list' : Students,
'/researcher-profile' : ResearcherProfile,
'/msg' : Msg,
}
const appsList = {