fix(client): fix lint issues in Deck UI components (#8681)
This commit is contained in:
parent
3d46da64a8
commit
a273940348
11 changed files with 34 additions and 34 deletions
|
@ -20,7 +20,7 @@ const props = defineProps<{
|
|||
}>();
|
||||
|
||||
const emit = defineEmits<{
|
||||
(e: 'parent-focus', direction: 'up' | 'down' | 'left' | 'right'): void;
|
||||
(ev: 'parent-focus', direction: 'up' | 'down' | 'left' | 'right'): void;
|
||||
}>();
|
||||
|
||||
function func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue