From 1c881863c32536f0c4294cf1170c9cc7df40c812 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Tue, 8 Oct 2024 00:53:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E5=85=B3=E9=97=ADv-html?= =?UTF-8?q?=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 8ae169a9..cd8a0951 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -73,6 +73,8 @@ module.exports = { useTabs: false, // 不使用制表符 }, ], + + "vue/no-v-html": "off", // 关闭v-html检查 }, // eslint不能对html文件生效 overrides: [