정다정
10-11
241011 정다정 헤더 Dashboard탭 제거
@09204947e139691df4d1230a0b467c6f3685c9c0
--- client/views/layout/Menu.vue
+++ client/views/layout/Menu.vue
... | ... | @@ -5,11 +5,11 @@ |
5 | 5 |
<p :class="{ active: activeButton === 'schedule' }">학습일정계획</p> |
6 | 6 |
</button> |
7 | 7 |
</router-link> |
8 |
- <router-link to="/Dashboard.page"> |
|
8 |
+ <!-- <router-link to="/Dashboard.page"> |
|
9 | 9 |
<button :class="{ active: activeButton === 'dashboard' }" type="submit" @click="goToApp('dashboard')"> |
10 | 10 |
<p :class="{ active: activeButton === 'dashboard' }">Dashboard</p> |
11 | 11 |
</button> |
12 |
- </router-link> |
|
12 |
+ </router-link> --> |
|
13 | 13 |
<router-link to="/MyPage.page"> |
14 | 14 |
<button :class="{ active: activeButton === 'mypage' }" type="submit" @click="goToApp('mypage')"> |
15 | 15 |
<p :class="{ active: activeButton === 'mypage' }">마이페이지</p> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?