Update Panel.vue

This commit is contained in:
mertsincan 2023-03-21 12:24:34 +00:00 committed by Tuğçe Küçükoğlu
parent bc59eedff8
commit 37952b363b

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>