Fixed #3871 - Deprecated indicator slot

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-18 15:09:35 +03:00
parent 0eb2981c04
commit f0b4bd2e3f
5 changed files with 23 additions and 30 deletions

View file

@ -273,6 +273,7 @@ export interface DropdownSlots {
}): VNode[];
/**
* Custom indicator template.
* @deprecated since v3.27.0. Use 'dropdownicon or loadingicon' slots.
*/
indicator(): VNode[];
/**