Ajoute le détail des étudiants (big update)
This commit is contained in:
@ -18,7 +18,6 @@ const apps = {
|
||||
'/manage-courses' : Courses,
|
||||
'/users-list' : Users,
|
||||
'/students-list' : Students,
|
||||
'/about-students': AboutStudent
|
||||
}
|
||||
|
||||
const appsList = {
|
||||
@ -30,7 +29,6 @@ const appsList = {
|
||||
'ManageCourses': { path: '#/manage-courses', icon: 'fa-book', text: i18n("app.manage.courses") },
|
||||
'StudentsList':{ path: '#/students-list',icon: 'fa-users',text: i18n("app.studentList")},
|
||||
'UsersList':{ path: '#/users-list',icon: 'fa-users',text: i18n("app.users")},
|
||||
'AboutStudent':{ path: '#/about-users', icon: 'fa-users', text:i18n("app.aboutStudent")}
|
||||
}
|
||||
|
||||
const currentPath = ref(window.location.hash)
|
||||
|
Reference in New Issue
Block a user