[+] Create navigator field in app
This commit is contained in:
@@ -9,7 +9,7 @@ import Loading from '@/components/overlays/loading.vue';
|
|||||||
import CoursePage from '@/pages/course/course-page.vue';
|
import CoursePage from '@/pages/course/course-page.vue';
|
||||||
import Course from '@/logic/course';
|
import Course from '@/logic/course';
|
||||||
import LoginUser from '@/logic/login-user';
|
import LoginUser from '@/logic/login-user';
|
||||||
|
import Navigator from '@/logic/navigator';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
components: {Login, Navigation, Overall, Loading, CoursePage},
|
components: {Login, Navigation, Overall, Loading, CoursePage},
|
||||||
@@ -35,7 +35,7 @@ export default class App extends Vue
|
|||||||
// Loading error
|
// Loading error
|
||||||
loadingError: boolean = false;
|
loadingError: boolean = false;
|
||||||
|
|
||||||
|
navigator: Navigator = new Navigator();
|
||||||
|
|
||||||
// Http Client
|
// Http Client
|
||||||
static http: HttpUtils = new HttpUtils();
|
static http: HttpUtils = new HttpUtils();
|
||||||
|
|||||||
Reference in New Issue
Block a user