jichoi / lms_front star
정다정 10-11
241011 정다정 헤더 Dashboard탭 제거
@09204947e139691df4d1230a0b467c6f3685c9c0
client/views/layout/Menu.vue
--- client/views/layout/Menu.vue
+++ client/views/layout/Menu.vue
@@ -5,11 +5,11 @@
                 <p :class="{ active: activeButton === 'schedule' }">학습일정계획</p>
             </button>
         </router-link>
-        <router-link to="/Dashboard.page">
+        <!-- <router-link to="/Dashboard.page">
             <button :class="{ active: activeButton === 'dashboard' }" type="submit" @click="goToApp('dashboard')">
                 <p :class="{ active: activeButton === 'dashboard' }">Dashboard</p>
             </button>
-        </router-link>
+        </router-link> -->
         <router-link to="/MyPage.page">
             <button :class="{ active: activeButton === 'mypage' }" type="submit" @click="goToApp('mypage')">
                 <p :class="{ active: activeButton === 'mypage' }">마이페이지</p>
Add a comment
List