将i-lucide都改为lucide本地库

This commit is contained in:
2025-07-28 13:38:45 +08:00
parent 29a41504d0
commit d30e76c41a
52 changed files with 155 additions and 155 deletions

View File

@@ -33,11 +33,11 @@ const fields = ref([
class="max-w-md"
title="登录"
description="使用社交账号或邮箱登录"
icon="i-lucide-user"
icon="lucide-user"
:fields="fields"
:providers="providers"
:separator="{
icon: 'i-lucide-user'
icon: 'lucide-user'
}"
/>
</template>