[O] Specify type with ts-ignore

This commit is contained in:
Hykilpikonna
2019-09-19 18:48:17 -04:00
parent 82212cf10c
commit 6cffb745a7
+2 -1
View File
@@ -8,7 +8,8 @@ import {GPAUtils} from '@/utils/gpa-utils';
})
export default class Overall extends Vue
{
@Prop({required: true}) courses: any;
// @ts-ignore
@Prop({required: true}) courses: Course[];
get convertCharts()
{