Skip to content

Commit

Permalink
fix(Tabs): allow custom keys in TabItem (nuxt#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBobik authored and Haythamasalama committed Sep 21, 2023
1 parent cd77e95 commit e7b94cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/types/tabs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ export interface TabItem {
slot?: string
disabled?: boolean
content?: string
[key: string]: any
}

0 comments on commit e7b94cd

Please sign in to comment.