Skip to content

Commit 8c5ad34

Browse files
committed
feat: 12 sems smh
1 parent d2d8e92 commit 8c5ad34

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

pages/index.vue

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ export default {
4141
{
4242
name: 'Electrical Engineering',
4343
abbrv: 'EE',
44-
sems: [...Array(9).keys()].map((a) => a + 1),
45-
},
46-
{
47-
name: 'Mechanical Engineering',
48-
abbrv: 'ME',
49-
sems: [...Array(9).keys()].map((a) => a + 1),
50-
},
51-
{
52-
name: 'Chemical Engineering',
53-
abbrv: 'ChE',
54-
sems: [...Array(9).keys()].map((a) => a + 1),
55-
},
56-
{
57-
name: 'Civil Engineering',
58-
abbrv: 'CE',
59-
sems: [...Array(9).keys()].map((a) => a + 1),
44+
sems: [...Array(12).keys()].map((a) => a + 1),
6045
},
46+
// {
47+
// name: 'Mechanical Engineering',
48+
// abbrv: 'ME',
49+
// sems: [...Array(9).keys()].map((a) => a + 1),
50+
// },
51+
// {
52+
// name: 'Chemical Engineering',
53+
// abbrv: 'ChE',
54+
// sems: [...Array(9).keys()].map((a) => a + 1),
55+
// },
56+
// {
57+
// name: 'Civil Engineering',
58+
// abbrv: 'CE',
59+
// sems: [...Array(9).keys()].map((a) => a + 1),
60+
// },
6161
],
6262
/* 'Computer Science': [
6363
* {

0 commit comments

Comments
 (0)