Skip to content

Commit 6323e74

Browse files
committed
fix(afcl): make suffex and prefix optional
1 parent d01e90a commit 6323e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adminforth/spa/src/afcl/Input.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const props = defineProps<{
3939
type: string,
4040
fullWidth: boolean,
4141
modelValue: string,
42-
suffix: string,
43-
prefix: string,
42+
suffix?: string,
43+
prefix?: string,
4444
readonly?: boolean,
4545
}>()
4646

0 commit comments

Comments
 (0)