From f2285691c92edec5303ec5b8714bdf8f3f1e04b3 Mon Sep 17 00:00:00 2001 From: yuntian001 <479820787@qq.com> Date: Sat, 3 Sep 2022 21:03:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A6=81=E7=94=A8eslint=20vue/no-v-ht?= =?UTF-8?q?ml=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 0fcca88a..b7259e5e 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -45,6 +45,7 @@ module.exports = { 'vue/no-template-shadow': 'off', 'vue/no-parsing-error': 'off', 'vue/require-default-prop': 'off', + 'vue/no-v-html': 'off', 'no-unused-vars': [ 'error', // we are only using this rule to check for unused arguments since TS