将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

@@ -32,11 +32,11 @@ const fields = ref([
class="max-w-md"
title="Login"
description="Enter your credentials to access your account."
icon="i-lucide-user"
icon="lucide-user"
:fields="fields"
:providers="providers"
:separator="{
icon: 'i-lucide-user'
icon: 'lucide-user'
}"
/>
</template>