From a9f108a93b6e992a750cdbd3ef7f5e6b5b21f7b4 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 20 Sep 2024 13:53:08 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc-auto-import.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 189b82f9..8627bbf4 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -286,6 +286,10 @@ "whenever": true, "ElMessageBox": true, "ElMessage": true, - "ElIcons": true + "ElIcons": true, + "onWatcherCleanup": true, + "useId": true, + "useModel": true, + "useTemplateRef": true } }