diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 7c7236b..0d99f35 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 4a7e120..24d1f49 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 3a962a4..7da7fbb 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 c5bf019..a595ca0 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -32,6 +32,7 @@ const symbolId = computed(() => `#${props.prefix}-${props.iconClass}`);