Update Panel.vue

pull/3841/head
mertsincan 2023-03-21 12:24:34 +00:00 committed by Tuğçe Küçükoğlu
parent bc59eedff8
commit 37952b363b
1 changed files with 1 additions and 1 deletions

View File

@ -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>