[O] Specify type with ts-ignore
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user