File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import { mc } from ' magic-color'
33import Container from ' ./components/Container.vue'
4+ import Footer from ' ./components/Footer.vue'
45import Header from ' ./components/Header.vue'
56
67// @ts-expect-error Provide `mc` in window
@@ -10,4 +11,5 @@ window.mc = mc
1011<template >
1112 <Header />
1213 <Container my-8 />
14+ <Footer />
1315</template >
Original file line number Diff line number Diff line change 1+ <template >
2+ <footer mt-10 mb-6 text-center text-sm >
3+ <p mt-2 >
4+ <a href =" https://github.com/zyyv/magic-color/blob/main/LICENSE" target =" _blank" op-50 hover:op-100 transition >MIT License</a >
5+ <span mx-1 op-50 >·</span >
6+ <span op-50 >Copyright © 2025-PRESENT</span >
7+ <a ml-1 href =" https://github.com/zyyv" target =" _blank" op-50 hover:op-100 transition >Chris</a >
8+ </p >
9+ </footer >
10+ </template >
You can’t perform that action at this time.
0 commit comments