feat(tailwind): add lucide icon support via iconify plugin (#5453)

This commit is contained in:
Jin Yi
2025-09-10 10:20:25 +09:00
committed by GitHub
parent 7d4437c724
commit 5b834acc86
18 changed files with 136 additions and 250 deletions

View File

@@ -1,7 +1,5 @@
<template>
<span v-if="icon" class="text-xs text-neutral">
<component :is="icon" />
</span>
<i :class="icon" class="text-xs text-neutral" />
</template>
<script setup lang="ts">