[+] Add loading to app

This commit is contained in:
Hykilpikonna
2019-10-13 19:43:11 -04:00
parent cd402c4b86
commit e4374a6731
+2 -1
View File
@@ -8,6 +8,7 @@ import pWaitFor from 'p-wait-for';
import {HttpUtils} from '@/utils/http-utils';
import {CourseUtils} from '@/utils/course-utils';
import {GPAUtils} from '@/utils/gpa-utils';
import Loading from '@/components/loading/loading';
/**
* Objects of this interface represent assignment grades.
@@ -57,7 +58,7 @@ export interface Course
}
@Component({
components: {Login, Navigation, Overall},
components: {Login, Navigation, Overall, Loading},
})
export default class App extends Vue
{