chore(dependencies): replace lucide-vue-next imports with @lucide/vue across multiple components for consistency and improved dependency management

This commit is contained in:
keven1024
2026-05-24 14:06:03 +08:00
parent f956130b4f
commit 549bdd9f68
21 changed files with 26 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
import type { DropdownMenuSubTriggerProps } from 'reka-ui'
import type { HTMLAttributes } from 'vue'
import { reactiveOmit } from '@vueuse/core'
import { ChevronRight } from 'lucide-vue-next'
import { ChevronRight } from '@lucide/vue'
import { DropdownMenuSubTrigger, useForwardProps } from 'reka-ui'
import { cn } from '@/lib/utils'