Skip to content

Commit

Permalink
fix: make open property of VtmnAccordion reactive (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Brandenburg authored Sep 15, 2023
1 parent 05cd50c commit a4612af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
class={componentClass}
aria-disabled={disabled}
aria-expanded={open}
{open}
bind:open
{...$$restProps}
>
<summary>
Expand Down

0 comments on commit a4612af

Please sign in to comment.