We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5318ea6 + 5f67888 commit 2797ad8Copy full SHA for 2797ad8
src/views/NoticeView.vue
@@ -1,7 +1,7 @@
1
<script setup>
2
import TabBar from "@/Component/Notice/TabBar.vue";
3
import MainInfo from "@/Component/Notice/MainInfo.vue";
4
-import NoticeList from "@/Component/Notice/NoticeList.vue";
+import NewsList from "@/Component/Notice/NewsList.vue";
5
import FAQList from "@/Component/Notice/FAQList.vue";
6
import { useNoticeStore } from "@/stores/notice";
7
import { computed } from "vue";
@@ -32,7 +32,7 @@ const tabs = [
32
33
<!-- 공지사항 -->
34
<div v-else-if="activeTab === 'notice'" class="py-6">
35
- <NoticeList />
+ <NewsList />
36
</div>
37
38
<!-- 자주 묻는 질문 -->
0 commit comments