diff --git a/components/help/HelpPreview.vue b/components/help/HelpPreview.vue index ca869b67..43e8bf24 100644 --- a/components/help/HelpPreview.vue +++ b/components/help/HelpPreview.vue @@ -2,12 +2,14 @@ const emit = defineEmits<{ (event: 'close'): void }>() + +const vAutoFocus = (el: HTMLElement) => el.focus()