mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-04-27 10:03:36 +00:00
Resolved all ts lint errors on build
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
interface Emit {
|
||||
(e: "change");
|
||||
(e: "enter");
|
||||
(e: "enter", event?: KeyboardEvent);
|
||||
(e: "update:modelValue", value: string);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user