mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
000
This commit is contained in:
@@ -46,7 +46,11 @@ defineProps<{
|
||||
label: string;
|
||||
type?: string;
|
||||
required?: boolean;
|
||||
disabled?: boolean;
|
||||
placeholder?: string;
|
||||
help?: string;
|
||||
icon?: Component;
|
||||
size?: number | string; // Добавляем поддержку как числа, так и строки
|
||||
options?: Array<{ value: string; label: string }>;
|
||||
}>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user