From cb2bc078ddf7a5c15049438cce7cc59d54f52ca2 Mon Sep 17 00:00:00 2001 From: good luck <1204505056@qq.com> Date: Wed, 10 Nov 2021 00:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=20=E2=99=BB=20refactor:=20fix=20=20eslint=20bu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index d433822..0c30bd7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,6 +14,7 @@ module.exports = { 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'vue/no-v-html': 'off', 'vue/multi-word-component-names': 'off', + 'vue/no-useless-template-attributes': 'off', }, parserOptions: { parser: 'babel-eslint',