mtruning пре 3 година
родитељ
комит
00d205e000
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -10,7 +10,7 @@ const RootRoute: Array<RouteRecordRaw> = [
     path: '/',
     name: 'Root',
     redirect: PageEnum.BASE_HOME_NAME,
-    component: () => import('@/views/project/index.vue'),
+    component: () => import('@/app.vue'),
     meta: {
       title: 'Root',
     },