Skip to content

Commit 6be6b2b

Browse files
committed
up
1 parent ab54c61 commit 6be6b2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/runtime/components/Input.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export interface InputProps extends UseComponentIconsProps {
4343
string?: boolean
4444
number?: boolean
4545
trim?: boolean
46+
lazy?: boolean
4647
nullify?: boolean
4748
}
4849
ui?: Input['slots']

src/runtime/components/Textarea.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export interface TextareaProps extends UseComponentIconsProps {
4343
modelModifiers?: {
4444
string?: boolean
4545
trim?: boolean
46+
lazy?: boolean
4647
nullify?: boolean
4748
}
4849
ui?: Textarea['slots']

0 commit comments

Comments
 (0)