From 40f5170d209cd3d6e24f72721570a07a25bb1a3a Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Fri, 13 Jan 2023 01:00:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9E=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: a3c7cee620209812b6a0ec2bfc2a93f1287f974f --- .eslintrc.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index d7878cc2..41fdc453 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,6 +10,15 @@ module.exports = { defineExpose: 'readonly', DialogType: "readonly", OptionType: "readonly", + ElMessageBox: "readonly", + ElMessage: "readonly", + computed: "readonly", + watch: "readonly", + ref:"readonly", + toRef:"readonly", + onMounted:"readonly", + onBeforeUnmount:"readonly", + getCurrentInstance:"readonly", }, parser: 'vue-eslint-parser', extends: [