diff --git a/app/pages/about/index.vue b/app/pages/about/index.vue index f6dae61..2f73c12 100644 --- a/app/pages/about/index.vue +++ b/app/pages/about/index.vue @@ -5,7 +5,7 @@ const items = [ { label: '团队简介', description: 'Make changes to your account here. Click save when you\'re done.', - icon: 'i-lucide-users', + slot: 'team' as const }, { @@ -264,7 +264,7 @@ onMounted(() => { v-for="(card, index) in cards" :key="index" :description="card.description" - :icon="card.icon" + :title="card.title" :ui="{ container: 'relative grid lg:grid-cols-[1fr_4fr] gap-8 p-6', @@ -274,7 +274,8 @@ onMounted(() => { spotlight spotlight-color="primary" > - + +