From 769815020f34b9b3193abb90c4a2df32f010cdbb Mon Sep 17 00:00:00 2001 From: Doyoung Date: Fri, 24 Oct 2025 11:00:28 +0800 Subject: [PATCH] fix: search input no focus when it displayed --- src/components/BaseTable.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/BaseTable.vue b/src/components/BaseTable.vue index 15b77136..eebc72aa 100644 --- a/src/components/BaseTable.vue +++ b/src/components/BaseTable.vue @@ -150,7 +150,8 @@ defineRender( clearable modelValue={searchKey} onUpdate:modelValue={debounce(e => searchKey = e)} - class="flex-1"> + class="flex-1" + autofocus> {{ subfix: () =>