From 354691e3f78d9225b063d743561ae5eaba96da4e Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Sun, 8 May 2022 03:59:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E9=87=8D=E6=9E=84=E5=BA=95?= =?UTF-8?q?=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kicc-ui/.eslintrc.js b/kicc-ui/.eslintrc.js index 95d379a8..9341226d 100644 --- a/kicc-ui/.eslintrc.js +++ b/kicc-ui/.eslintrc.js @@ -117,5 +117,6 @@ module.exports = defineConfig({ ], 'alphabetical': false }], + 'vue/no-v-html': 'off', } });