From 6af68085ff6615e1ec3a5dd18c761250800d6fca Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期二, 06 六月 2023 22:23:43 +0800 Subject: [PATCH] update 修改页面代码 去除ele的引入以及vue的类型声明 --- .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