feat: add url prefix path

This commit is contained in:
engigu
2026-01-13 18:18:50 +08:00
parent b07e742550
commit ff6faa229c
15 changed files with 275 additions and 53 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const props = defineProps<{
<template>
<h3
data-slot="card-title"
:class="cn('leading-none font-semibold', props.class)"
:class="cn('leading-none font-semibold border-0', props.class)"
>
<slot />
</h3>