diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json
index 7c7236b1..0d99f35c 100644
--- a/.eslintrc-auto-import.json
+++ b/.eslintrc-auto-import.json
@@ -1,6 +1,7 @@
{
"globals": {
"EffectScope": true,
+ "ElForm": true,
"ElMessage": true,
"ElMessageBox": true,
"asyncComputed": true,
diff --git a/src/components/Hamburger/index.vue b/src/components/Hamburger/index.vue
index 4a7e120f..24d1f490 100644
--- a/src/components/Hamburger/index.vue
+++ b/src/components/Hamburger/index.vue
@@ -32,13 +32,13 @@ function toggleClick() {
}
-
diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue
index 3a962a43..7da7fbb3 100644
--- a/src/components/IconSelect/index.vue
+++ b/src/components/IconSelect/index.vue
@@ -69,7 +69,7 @@ onMounted(() => {
placeholder="点击选择图标"
>
-
+
diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue
index c5bf0191..a595ca08 100644
--- a/src/components/SvgIcon/index.vue
+++ b/src/components/SvgIcon/index.vue
@@ -32,6 +32,7 @@ const symbolId = computed(() => `#${props.prefix}-${props.iconClass}`);