mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-13 11:57:29 +08:00
Ensure open
reactivity in Accordion (#7208)
* ensure `open` reactivity * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
572e360fff
commit
efacc7d5cb
6
.changeset/fuzzy-windows-matter.md
Normal file
6
.changeset/fuzzy-windows-matter.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/accordion": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Ensure `open` reactivity in Accordion
|
@ -23,7 +23,7 @@
|
||||
{...loading_status}
|
||||
/>
|
||||
|
||||
<Accordion {label} {open}>
|
||||
<Accordion {label} bind:open>
|
||||
<Column>
|
||||
<slot />
|
||||
</Column>
|
||||
|
Loading…
x
Reference in New Issue
Block a user