initial commit
This commit is contained in:
commit
2807918e2c
27 changed files with 9772 additions and 0 deletions
11
components/Purple.vue
Normal file
11
components/Purple.vue
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<template>
|
||||
<span class="purple">
|
||||
<slot />
|
||||
</span>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.purple {
|
||||
color: var(--accent);
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue