From 557a0ddaebd0cf774aed0f77148a8720c77599c6 Mon Sep 17 00:00:00 2001 From: duxiaohao Date: Mon, 18 Nov 2024 07:32:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E4=BD=9C=E5=93=81=E6=A0=8F=EF=BC=8C=E4=BF=AE=E5=A4=8D.eslintrc?= =?UTF-8?q?.js=E8=A7=84=E5=88=99=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 2 +- .gitignore | 3 ++- components/navigation.vue | 17 ++++++++++++----- nuxt.config.ts | 6 +++--- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 002d3a3..ff37ef8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,7 +24,7 @@ module.exports = { rules: { 'vue/multi-word-component-names': 'off', 'vue/no-multiple-template-root': 'off', - 'vue/attribute-hyphenation': 'ignore', + 'vue/attribute-hyphenation': 'off', 'vue/attributes-order': 'off', }, }, diff --git a/.gitignore b/.gitignore index ffbfc20..37e7e38 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ dist .DS_Store .vscode .vercel -.output.zip \ No newline at end of file +.output.zip +.idea \ No newline at end of file diff --git a/components/navigation.vue b/components/navigation.vue index 2448e7c..a893b64 100644 --- a/components/navigation.vue +++ b/components/navigation.vue @@ -1,9 +1,9 @@