jichoi / lms_front star
dajeong 2024-08-13
240813 정다정 Dashboard 에러 해결
@88b9acb303ea24d63842af438b6fca99fa265ed0
client/views/pages/AppRouter.js
--- client/views/pages/AppRouter.js
+++ client/views/pages/AppRouter.js
@@ -8,7 +8,6 @@
 import MyPlan2 from './main/MyPlan2.vue';
 import PhotoBook from './main/PhotoBook.vue';
 import Dashboard from './main/Dashboard.vue';
-import Dashboard2 from './main/Dashboard2.vue';
 import Camera from "./main/Camera.vue"
 import PhotoDesign from "./main/PhotoDesign.vue"
 import PhotoEdit from "./main/PhotoEdit.vue"
@@ -111,7 +110,6 @@
         component: Main,
         children: [
             { path: '/Dashboard.page', name: 'Dashboard', component: Dashboard },
-            { path: '/Dashboard2.page', name: 'Dashboard2', component: Dashboard2 },
             { path: '/MyPage.page', name: 'MyPage', component: MyPage },
             { path: '/MyPlan.page', name: 'MyPlan', component: MyPlan },
             { path: '/MyPlan2.page', name: 'MyPlan2', component: MyPlan2 },
client/views/pages/main/Dashboard.vue
--- client/views/pages/main/Dashboard.vue
+++ client/views/pages/main/Dashboard.vue
@@ -282,7 +282,7 @@
                         </button>
                     </div>
                 </div>
-            </div>
+            </article>
         </div>
     </div>
 </template>
Add a comment
List