[O] Put term assignments outside of computed
This commit is contained in:
+1
-1
@@ -98,9 +98,9 @@ export default class Course
|
|||||||
|
|
||||||
computed:
|
computed:
|
||||||
{
|
{
|
||||||
termAssignments: Assignment[][]
|
|
||||||
allYearGrade: number
|
allYearGrade: number
|
||||||
};
|
};
|
||||||
|
termAssignments: Assignment[][];
|
||||||
|
|
||||||
cache: CacheUtils = new CacheUtils();
|
cache: CacheUtils = new CacheUtils();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user