Fixed #5822 - SplitButton: Main Icon Not Showing Up

pull/5858/head
tugcekucukoglu 2024-06-07 16:40:31 +03:00
parent a3782c715b
commit 38a334a16b
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
type="button" type="button"
:class="cx('button')" :class="cx('button')"
:label="label" :label="label"
:icon="icon"
:disabled="disabled" :disabled="disabled"
:severity="severity" :severity="severity"
:text="text" :text="text"