Skip to content

Commit

Permalink
fix(Tabs): allow custom keys in TabItem (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBobik committed Sep 13, 2023
1 parent 3b8ca98 commit 15e418e
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
}

1 comment on commit 15e418e

@vercel
Copy link

@vercel vercel bot commented on 15e418e Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui.nuxt.com
ui-nuxt-js.vercel.app
ui-git-dev-nuxt-js.vercel.app

Please sign in to comment.