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 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 8d25c71..74b5a0f 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -1,7 +1,8 @@ { "globals": { "ComponentInternalInstance": true, - "ElFormRule": true, + "ElFormRules": true, + "CheckboxValueType": true, "PropType": true, "DateModelType": true, "UploadFile": true, -- Gitblit v1.9.3