Refactor #3832 Refactor #3833 - deprecate indicator slot

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-18 15:12:53 +03:00
parent 05ef39c97b
commit 936f5169a0
3 changed files with 8 additions and 2 deletions

View file

@ -38,7 +38,7 @@
</div>
</div>
<div class="p-treeselect-trigger" role="button" aria-haspopup="tree" :aria-expanded="overlayVisible">
<slot name="indicator">
<slot name="triggericon">
<component :is="'ChevronDownIcon'" class="p-treeselect-trigger-icon" />
</slot>
</div>