Skip to content

Commit

Permalink
chore: migrate SubjectTeacherList to vue2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Sep 16, 2024
1 parent 66d761f commit 7943eb5
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 117 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"url-loader": "^1.1.2",
"vue": "2.7.16",
"vue-loader": "^15.10.0",
"vue-router": "3.6.5",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "2.7.16",
"vue2-highcharts": "^1.2.5",
Expand Down
12 changes: 12 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function setupComponents() {
if (!componentId) {
return;
}
const studentId = matriculaUtils.getStudentId() || 557736;
const studentId = matriculaUtils.getStudentId();
loading.value = true;
Expand Down
Loading

0 comments on commit 7943eb5

Please sign in to comment.