Resolved all ts lint errors on build

This commit is contained in:
2022-08-11 18:37:33 +02:00
parent f7fe582200
commit 41067aae84
19 changed files with 130 additions and 66 deletions

View File

@@ -39,7 +39,7 @@
interface Emit {
(e: "change");
(e: "enter");
(e: "enter", event?: KeyboardEvent);
(e: "update:modelValue", value: string);
}