From 84105c2a29a0cf7d10b420b49eef80c07399435c Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 24 Oct 2025 18:04:19 +0800 Subject: [PATCH] about-our-advantage --- app/pages/about/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" > - + +