Skip to content

Commit

Permalink
Feat: 캘린더 페이지 하단바 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
study2895 committed Oct 20, 2024
1 parent 5b08765 commit f031a30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/calendar/CalendarMainView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</main>

<!-- 하단바 -->
<footer></footer>
<MainFooter />
</div>
</div>
</template>
Expand All @@ -65,6 +65,8 @@
import { ref } from 'vue'
import { format } from 'date-fns'
import 'v-calendar/dist/style.css'
import MainHeader from '@/views/mainpage/Header.vue'
import MainFooter from '@/views/mainpage/Footer.vue'
// 현재 날짜를 기준으로 연도와 월을 가져옴
const currentDate = new Date()
Expand Down

0 comments on commit f031a30

Please sign in to comment.