diff --git a/src/runtime/components/Input.vue b/src/runtime/components/Input.vue index 964cfe65..c60cd05b 100644 --- a/src/runtime/components/Input.vue +++ b/src/runtime/components/Input.vue @@ -42,9 +42,9 @@ export interface InputEmits { } export interface InputSlots { - leading(props: { disabled?: boolean; loading?: boolean; icon?: string; class: string }): any + leading(): any default(): any - trailing(props: { disabled?: boolean; loading?: boolean; icon?: string; class: string }): any + trailing(): any } @@ -152,13 +152,13 @@ onMounted(() => { - + - +