mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update Panel.vue
This commit is contained in:
parent
bc59eedff8
commit
37952b363b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
:aria-expanded="!d_collapsed"
|
||||
@click="toggle"
|
||||
@keydown="onKeyDown"
|
||||
v-bind="(toggleButtonProps, ptm('toggler'))"
|
||||
v-bind="{ ...toggleButtonProps, ...ptm('toggler') }"
|
||||
>
|
||||
<span :class="['p-panel-header-icon', { 'pi pi-minus': !d_collapsed, 'pi pi-plus': d_collapsed }]" v-bind="ptm('headericon')"></span>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue