First Commit(なのに未完成)

This commit is contained in:
2026-01-01 12:47:24 +09:00
commit d3697c164a
31 changed files with 2379 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<template>
<p :class='[
"text-sm",
"text-gray-500", "dark:text-gray-300"
]'>
<slot />
</p>
</template>