From 490d4ef47e54de5978bd1bdcb9f7b966c06c2719 Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期二, 06 六月 2023 22:20:50 +0800 Subject: [PATCH] add 新增全局ele类型声明 --- .eslintrc-auto-import.json | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index dd74993..74b5a0f 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -2,6 +2,7 @@ "globals": { "ComponentInternalInstance": true, "ElFormRules": true, + "CheckboxValueType": true, "PropType": true, "DateModelType": true, "UploadFile": true, -- Gitblit v1.9.3