fix(05-02): ContentSlot→slot, image path, Shiki dual-theme CSS

This commit is contained in:
2026-04-21 15:16:04 +02:00
parent 8f4c6d01fd
commit d9a035c6b4
4 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const colorMap = {
class="my-4"
>
<template #description>
<ContentSlot :use="$slots.default" unwrap="p" />
<slot />
</template>
</UAlert>
</template>