Skip to content

Commit

Permalink
App.vue에 Suspense의 fallback template 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yhlee002 committed Jul 22, 2024
1 parent 3395958 commit 687aeba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ const {modalOpen, datas, open} = storeToRefs(modalStore);

<!-- Nav -->
<nav class="nav">
<ul class="menus">
<li>
<router-link to="/notices">공지사항</router-link>
</li>
<li>
<router-link to="/boards">감상 후기</router-link>
</li>
</ul>
</nav>
</div>
</header>
Expand Down

0 comments on commit 687aeba

Please sign in to comment.