refactor(deps): migrate to nuxt v4

This commit is contained in:
2026-02-10 00:31:04 +08:00
parent f1b9cea060
commit 880b85f75d
88 changed files with 80 additions and 60 deletions

6
app/components/uni/Select/index.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
type SelectItem = {
label: string
value: string
icon?: string
disabled?: boolean
}