From 2b7205559426f63a43bb7df31400ba00b2276730 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 11 十二月 2024 17:27:02 +0800 Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.Admin.V1.0 into test --- src/directive/customDirective.ts | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/directive/customDirective.ts b/src/directive/customDirective.ts index c623e98..525793c 100644 --- a/src/directive/customDirective.ts +++ b/src/directive/customDirective.ts @@ -202,3 +202,14 @@ }, }); }; + + + +export const eleFocusDirective = (app: App) => { + app.directive('elInputFocus', { + mounted: (el) => { + el.querySelector('input.el-input__inner')?.focus(); + }, + + }); +}; \ No newline at end of file -- Gitblit v1.9.3