From 64d9b0e9c7a1e30b2b00ad61bbab5d8352bdf724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Tue, 14 Oct 2025 14:33:16 +0800 Subject: [PATCH] 1 --- src/component/LibraryPage/setLabel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/LibraryPage/setLabel.vue b/src/component/LibraryPage/setLabel.vue index f7cde38e..597748fa 100644 --- a/src/component/LibraryPage/setLabel.vue +++ b/src/component/LibraryPage/setLabel.vue @@ -234,7 +234,7 @@ export default defineComponent({ this.openType = true } nextTick().then(()=>{ - input.focus() + input?.focus() }) }, removeLabel(val:any){