mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
fix(Tabs): allow custom keys in TabItem (#671)
This commit is contained in:
1
src/runtime/types/tabs.d.ts
vendored
1
src/runtime/types/tabs.d.ts
vendored
@@ -3,4 +3,5 @@ export interface TabItem {
|
||||
slot?: string
|
||||
disabled?: boolean
|
||||
content?: string
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user