Skip to content

Commit c267154

Browse files
committed
chore: update
1 parent 47d6c1e commit c267154

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

playground/src/App.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script setup lang="ts">
22
import { mc } from 'magic-color'
33
import Container from './components/Container.vue'
4+
import Footer from './components/Footer.vue'
45
import 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>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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>

0 commit comments

Comments
 (0)