From 30ae5361c17f7d5260c8fa9e50853f1515e1560b Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Tue, 26 Apr 2022 17:46:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=20ElMessage=20&=20ElConfigProvider?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 4 +++- src/App.vue | 1 - src/components/Screenfull/index.vue | 1 - src/router/permission.ts | 1 - src/utils/service.ts | 1 - types/auto-imports.d.ts | 2 +- types/components.d.ts | 1 + 7 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 11a6683f..347c8d75 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,7 +10,9 @@ module.exports = { defineProps: "readonly", defineEmits: "readonly", defineExpose: "readonly", - withDefaults: "readonly" + withDefaults: "readonly", + // element-plus + ElMessage: "readonly" }, extends: [ "plugin:vue/vue3-essential", diff --git a/src/App.vue b/src/App.vue index 5342e101..bb23c549 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,5 @@