Skip to content

Commit 2797ad8

Browse files
authored
Merge pull request #64 from full-ownership/feature/news
수정
2 parents 5318ea6 + 5f67888 commit 2797ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/NoticeView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup>
22
import TabBar from "@/Component/Notice/TabBar.vue";
33
import MainInfo from "@/Component/Notice/MainInfo.vue";
4-
import NoticeList from "@/Component/Notice/NoticeList.vue";
4+
import NewsList from "@/Component/Notice/NewsList.vue";
55
import FAQList from "@/Component/Notice/FAQList.vue";
66
import { useNoticeStore } from "@/stores/notice";
77
import { computed } from "vue";
@@ -32,7 +32,7 @@ const tabs = [
3232

3333
<!-- 공지사항 -->
3434
<div v-else-if="activeTab === 'notice'" class="py-6">
35-
<NoticeList />
35+
<NewsList />
3636
</div>
3737

3838
<!-- 자주 묻는 질문 -->

0 commit comments

Comments
 (0)