[O] Specify type for the courses field

This commit is contained in:
Hykilpikonna
2019-08-24 20:39:29 +08:00
parent 56b9be01ba
commit 6c9061d4d9
+1 -1
View File
@@ -40,7 +40,7 @@ export default class App extends Vue
{
public showLogin: boolean = true;
public courses = null;
public courses: Course[] = [];
public selectedTab: string = "overall";