Skip to content

Commit 25378df

Browse files
authoredOct 29, 2024··
fix(Accordion): improve items type (#2487)

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/runtime/types/accordion.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Button } from './button'
33
export interface AccordionItem extends Button {
44
slot?: string
55
disabled?: boolean
6-
content?: string
6+
content?: string | string[] | object | object[]
77
defaultOpen?: boolean
88
closeOthers?: boolean
99
}

0 commit comments

Comments
 (0)
Please sign in to comment.