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 snomiao
parent 4d08fe9982
commit 7225d88d9e
18 changed files with 136 additions and 250 deletions

View File

@@ -1,9 +1,7 @@
import { DefineComponent, FunctionalComponent } from 'vue'
export interface NavItemData {
id: string
label: string
icon: DefineComponent | FunctionalComponent
icon: string
}
export interface NavGroupData {